After building the latest SVN today of the mplayer source, I noticed that the slavemode patch from the vdr-mp3-plugin did not apply anymore. Here is an attached working version of the patch for current SVN of mplayer.
Best Regards.
Hi,
I've tried to use vdr with xineliboutput and streamdev-client plugins on server to view TV from HTPC (VDR + plugins and FF DVB-C and buget DVB-C cards). No luck so far. I'm a bit lost here so maybe someone could give hints how to proceed.
I tried executing: ./vdr -c /opt/video/config -L /opt/video/config/plugins -P"xineliboutput --local=sxfe --video=xv --audio=alsa --remote=none" -Pstreamdev-client
And after long list of failed xine plugins (not found even though they exist at the directory in the output log) I get segfault:
video_out_xv: using Xv port 69 from adaptor ATI Radeon Video Overlay for hardware colorspace conversion and scaling. video_out_xv: this adaptor supports the yuy2 format. video_out_xv: this adaptor supports the yv12 format. audio_alsa_out : supported modes are 8bit 16bit 24bit 32bit mono stereo (4-channel not enabled in xine config) (4.1-channel not enabled in xine config) (5-channel not enabled in xine config) (5.1-channel not enabled in xine config) (a/52 and DTS pass-through not enabled in xine config) xine: cannot find input plugin for MRL [xvdr://#nocache;demux:mpeg_block] Segmentation fault
x11 as video output produces simpy segfault after list of failed plugins.
There is window for a brief moment so something is correct, I suppose.
I have found awfully little information about this via google. Hopefully I get more help from here.
Br, Pasi
Hi List,
Stone wrote:
After building the latest SVN today of the mplayer source, I noticed that the slavemode patch from the vdr-mp3-plugin did not apply anymore. Here is an attached working version of the patch for current SVN of mplayer.
seems like the mplayer people are heavily working on their code. Again a slight update to the diff, to make it working.
So long,
Hi,
Is there any plans to have subtitle support for streamdev plugin? Or is there by any chance a patch that provides it?
And are there any plans for streamdev to support HDTV (h.264 or similar)?
Br, Pasi
On Tue, 20 Mar 2007 22:18:31 +0200, Pasi Juppo wrote
Hi,
Is there any plans to have subtitle support for streamdev plugin? Or is there by any chance a patch that provides it?
AFAIC no plans for that at the moment - sorry.
And are there any plans for streamdev to support HDTV (h.264 or similar)?
AFAIK mpeg2 based HDTV works right out of the box. I will probably start working on H.264 if all of the following conditions are met: - Linux and VDR support for DVB-S2 and H.264 - H.264 FTA channels on Astra which are halfway worth the effort - Affordable way to decode it in hardware without generating to much noise - Component output of HDTV not threatened by broadcast flag / DRM
Cheers, Frank
On Tue, 20 Mar 2007 22:18:31 +0200, Pasi Juppo wrote
And are there any plans for streamdev to support HDTV (h.264 or similar)?
It should be possible to watch H.264 HDTV using HTTP TS streaming with the patch from http://phivdr.dyndns.org/vdr/vdr-streamdev-patches/testing/
- Petri
Petri Hintukainen phintuka@users.sourceforge.net writes:
And are there any plans for streamdev to support HDTV (h.264 or similar)?
It should be possible to watch H.264 HDTV using HTTP TS streaming with the patch from http://phivdr.dyndns.org/vdr/vdr-streamdev-patches/testing/
Hmm what about section filtering ? it seems section_filters-0.2.patch doesn't apply well on cvs version. is it possible to have both ?
On Tue, 2007-04-03 at 15:20 +0200, syrius.ml@no-log.org wrote:
Petri Hintukainen phintuka@users.sourceforge.net writes:
Hmm what about section filtering ? it seems section_filters-0.2.patch doesn't apply well on cvs version. is it possible to have both ?
I generated new patch against current CVS (section_filters-0.3.patch).
It includes also HTTP TS PAT/PMT patch (it was quite impossible to create separate patches without collisions).
- Petri
Petri Hintukainen phintuka@users.sourceforge.net writes:
On Tue, 2007-04-03 at 15:20 +0200, syrius.ml@no-log.org wrote:
Petri Hintukainen phintuka@users.sourceforge.net writes:
Hmm what about section filtering ? it seems section_filters-0.2.patch doesn't apply well on cvs version. is it possible to have both ?
I generated new patch against current CVS (section_filters-0.3.patch).
It includes also HTTP TS PAT/PMT patch (it was quite impossible to create separate patches without collisions).
Ok, Thanks a lot for this very quick patch.
Unfortunatly it doesn't solve the issues i have with vtp. I'll have a look at the bug tracker to see if it has already been reported.
Cheers
syrius.ml@no-log.org writes:
Ok, Thanks a lot for this very quick patch.
Unfortunatly it doesn't solve the issues i have with vtp. I'll have a look at the bug tracker to see if it has already been reported.
Hm in fact the issues I have are with vdr 1.5.1 and VTP. I went back to 1.4 and vtp seems quite stable.
thanks again.
Pasi Juppo wrote:
Hi,
Is there any plans to have subtitle support for streamdev plugin? Or is there by any chance a patch that provides it?
What do you mean?
1) DVB Subtitles sent in the HTTP datastream: http://users.tkk.fi/~rahrenbe/vdr/vdr-streamdev-cvs-subtitles.diff.gz
2) DVB Subtitles on a VDR VTP client using vdr-plugin-subtitles: Seems to work, but streamdev seems to be buggy and crashes often when used like this (works better when you enable the "AllowSuspend" option in the server).
Anssi Hannula wrote:
- DVB Subtitles sent in the HTTP datastream:
http://users.tkk.fi/~rahrenbe/vdr/vdr-streamdev-cvs-subtitles.diff.gz
Forbidden: You don't have permission to access /~rahrenbe/vdr/vdr-streamdev-cvs-subtitles.diff.gz on this server
AK
Arthur Konovalov wrote:
Anssi Hannula wrote:
- DVB Subtitles sent in the HTTP datastream:
http://users.tkk.fi/~rahrenbe/vdr/vdr-streamdev-cvs-subtitles.diff.gz
Forbidden: You don't have permission to access /~rahrenbe/vdr/vdr-streamdev-cvs-subtitles.diff.gz on this server
Oh.
Well, an older version of the patch is available here as well: http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/vdr-plugin-stream...
Anssi Hannula wrote:
Pasi Juppo wrote:
Hi,
Is there any plans to have subtitle support for streamdev plugin? Or is there by any chance a patch that provides it?
What do you mean?
- DVB Subtitles sent in the HTTP datastream:
http://users.tkk.fi/~rahrenbe/vdr/vdr-streamdev-cvs-subtitles.diff.gz
I applied this one and now I have subtitles on remote computer (vdr+streamdev+xineliboutput). Thanks goes to RoFa.
- DVB Subtitles on a VDR VTP client using vdr-plugin-subtitles:
Seems to work, but streamdev seems to be buggy and crashes often when used like this (works better when you enable the "AllowSuspend" option in the server).
Haven't tried this one (didn't know that there was already support for this). But if this is somewhat buggy then I'll stick with the patch.
But, seems that there can be multiple clients but they all have the same channel and OSD (local can also have own channel and OSD). To have centralized solution via streamdev it would require either multiple instances of VDR or streamdev server (internally preferably instead of multiple plugins). Multiple instances of VDR would not be nice solution thus streamdev should do this.
Any plans regarding the support of multiple clients?
Br, Pasi
On Fri, 23 Mar 2007, Anssi Hannula wrote:
- DVB Subtitles on a VDR VTP client using vdr-plugin-subtitles:
Seems to work, but streamdev seems to be buggy and crashes often when used like this (works better when you enable the "AllowSuspend" option in the server).
What streamdev version and where is it available ? (there are n+1 different patched versions around...)
With current CVS version (vdr-developer.org) I have working subtitles, I just had to copy config files channels.conf and plugins/subchannels.conf from server to client. (I guess this is because of missing section filters ?).
- Petri
Hi,
Pasi Juppo wrote:
Is there any plans to have subtitle support for streamdev plugin? Or is there by any chance a patch that provides it?
I got dvb subtitles to work thanks to this tip (in Finnish) http://www.linuxtv.fi/viewtopic.php?t=2029&start=30&sid=29c463b7f0ab...
Using multipid streaming and manual copying of plugins/subchannels.conf from server to client seems to do the trick!
Cheers, Seppo
On Fri, 23 Mar 2007, Seppo Ingalsuo wrote:
I got dvb subtitles to work thanks to this tip (in Finnish) http://www.linuxtv.fi/viewtopic.php?t=2029&start=30&sid=29c463b7f0ab...
Using multipid streaming and manual copying of plugins/subchannels.conf from server to client seems to do the trick!
No need for copying anymore: there's a patch to enable section filtering in streamdev (http://phivdr.dyndns.org/vdr/vdr-streamdev-patches/). Now clients can do full EPG scans and automatic channel list updates work :)
- Petri