cocco wrote:grazie ;o)
yesterday i tested 3 hours with no result...
when i go sleep i've seen that i tested on the psp with 1.50 kernel ...
and when i save to ms i save the settings on the 3.03 kernel.. lol
will try again later... with the rightone ;o)
i made a script that creates parto of a playlist with all the dreambox channels.
part because i cant find the apid and vpid link to view on vlc
#EXTM3U
#EXTINF:-1,Channel1
zw:
http://192.168.123.100/cgi-bin/zapTo?pa ... 8.123.100/
now after the last link i need this two numbers to make all work
is there a way to batch channels from dreambox with all the info (apid and vpid?)
Hi,
Try this:
http://<dbox>/control/zapto?getpids
or this
http://<dbox>/cgi-bin/status
or this
http://<dbox>/cgi-bin/streaminfo
It gives vpid and apid in decimal value if im not wrong.
Not sure if u can get them as a return value.
Im using PMPVLC009_OE_Rev4-test-binaries.zip and pmpvlc009_mojojojo_mod_alpha7.zip.
My problem is that using the cgi zapto method (control/zapto?channel_id1 doesnt seem to work for me) and service reference I can zap to the specified channel manually but it doesnt seem to work in the script. Furthermore My playlist doesnt seem correct as it appears. It only appears a single row even if I put different channels into the list. Btw the stream starts if I am on certain channels even if they are not in the list. I still cant realize which ones and why. (for instance I have in the list only italian Sky cinema 1 and 2 but if I zap to sky cinema 16:9 it worked...maybe they are same or compatible pids... no idea didnt check yet and not expert enough.).
what does that link to spts do exactly? it gives me error 404. Im using Gemini 3.50 and a patched streamts file (I have a dm500 which has problems in streaming with default streamts).
BTW awesome soft! I hope I will be able to make playlist work soon.
Here's my example of playlist dbox.m3u:
#EXTM3U
#EXTINF:-1, SkyCinema2
zw:
http://192.168.0.31/cgi-bin/zapTo?path= ... 0a6h,01a8h
#EXTINF:-1, SkyCinema1
zw:
http://192.168.0.31/cgi-bin/zapTo?path= ... 0a0h,0191h
and my playlist section
videopath1 = pl:C:\Dbox\dbox.m3u;
videopath2 = vlc_playlist;
EDIT: After further tests, I can conclude that the problem is that I cant ZAPTO! so if I already am on the right channel the playlist works otherwise it doesnt :( Notice that the zapto method abve indeed works if I use it into a browser. Furthermore the reading of the playlist seems a bit too temperamental. Right now it freezes the psp when i try to read the playlist, and im pretty sure I didnt change it or the ini since last time it worked.
EDIT2: I solved the ZAPTO problem it was a stupid need of login/pass so I needed format http://login:password@<dbox> etc
Now it successfully changes channel but I receive this error:
main error: cannot pre fill buffer
main error: refcount is 1, delaying again (id=396,type=-7)
main error: waited too long, cancelling destruction (id=396,type=-7)
main error: no suitable access module for `zw:
http://<login>:<password>@192.168.0.31/ ... 0a6h,01a8h'
main error: no suitable access module for `zw:
http://<login>:<password>@192.168.0.31/ ... 0a0h,0191h'
main error: cannot pre fill buffer.
If anyone has any suggestion, it will be appreciated.
Soon ill do other tests.
Bye.
Puppinoo.