Menu

#23 PMDA SVDRP command doesn't work

open
nobody
None
5
2009-06-18
2009-06-18
No

The PMDA SVDRP command doesn't work in cvs-1.0.90 of xineliboutput.

An 'telnet localhost 2001' and SVDRP command line 'PLUG xineliboutput PMDA /tmp/vch.pls' plays no video. My playlist file (vch.pls) includes only on video file entry (see below). Playing this file via regular VDR (1.6.0) menu and xineliboutput runs without problems.
I've checked this case in the xineliboutput sources and it seems that in media_player.c cXinelibPlayerControl::ProcessKey stops the streaming because the first if-case (!m_Player->Playing() ) is TRUE. So it look like the XinelibPlayer will not be activated with the PMDA command.

If the playlist includes two video file entries then only the second file is played! Because in this case, the second playlist entry initiate an cXinelibPlayer::NextFile and later the cXinelibPlayer::Activate.

Used playlist with one entry:
[vch.pls]
File1=/tmp/podcast.mp4
Title1=Video1

Discussion


Log in to post a comment.