VLC playlist

Digital Recording
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

VLC playlist

Beitrag von JOCKYW2001 »

I developed PMPVLC which is a streaming client for Sony PSP. It connects to a VLC server and can then play files, streams, playlists on PSP. Anything VLC can play on a PC, is transcoded and sent as stream to the PSP.

I am now experimenting with a VLC compatible Dbox2 channellist.
For example:

Code: Alles auswählen

#EXTM3U
#EXTINF:-1, ARD 
zw:http://192.168.1.90/control/zapto?0x44d00016dca|5|http://192.168.1.90:31339/0,0x64,0x65,0x66,0x6a
#EXTINF:-1, ZDF
zw:http://192.168.1.90/control/zapto?0x43700016d66|5|http://192.168.1.90:31339/0,0x64,0x6e,0x78,0x7d,0x79
#EXTINF:-1, RTL World
zw:http://192.168.1.90/control/zapto?0x44100012ee3|5|http://192.168.1.90:31339/0,0x2c,0xa3,0x68,0x6a
The first url zaps to the channel, then there is a 5 sec pause, and then the second url starts receiving the stream from the dbox.

I found it does not work reliably. Nearly always I have to start a stream in the web interface first before my playlist urls work. I also noticed that the tv screen goes black during streaming.

Can anyone give me the correct sequence of commands/urls ? I think something else must be initialized first.
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

Beitrag von JOCKYW2001 »

Solved, must first enable SPTS mode.