VCL Player e2 plugin for ipbox

Rocknroll

Staff member
Administrator
Messages
6,174
If anyone has this working fine let me know how please :)
Can't really get beyond browsing the folders on PC. Actually with vlc 0.8.6f it seems to play the movie but don't get any picture on the screen.
Latest VLC also seems to start playing the movie but nothing on tv.
 

k2k2000

Well Known Member
Messages
727
probably this is working only on kathrein e2.
i can explore PC drives and folders,vlc is running in the background ,but black screen on ipbox hd;

tested vlc 0.9.8a.
Code:
vlc.exe --intf=http

serial log:
Code:
[VLC] setupStream: C:/movies/TOM AND JERRY3.mpg
[VLC] playfile C:\\movies\\TOM AND JERRY3.mpg :sout=#transcode{acodec=mp2a,ab=128,channels=2,samplerate=44100}:std{access=http,mux=ts{pid-video=68,pid-audio=69},dst=/dream142974961.ts} :sout-all :sout-keep
[VLC] url: http://192.168.1.67:8080/dream142974961.ts
sref valid= 1
playing 4097:0:44:45:0:0:0:0:0:0:http%3a//192.168.1.67%3a8080/dream142974961.ts
eServiceMP3::construct!
Output
output.c::OutputAdd
output.c::OutputAdd
output.c::OutputAdd
playback.c::PlaybackOpen URI=http://192.168.1.67:8080/dream142974961.ts
joining dummy threads
URL: http://192.168.1.67:8080/dream142974961.ts
Host: 192.168.1.67
URI: /dream142974961.ts
Port: 8080
connecting to http://192.168.1.67:8080/dream142974961.ts
dummy thread started
connected!
sending:
GET /dream142974961.ts HTTP/1.1
Host: 192.168.1.67
Accept: */*
Connection: close

dummy thread started
dummy thread started
RECV(25): HTTP/1.0 401 Unauthorized
wrong response: "200 OK" expected.
got: HTTP/1.0 401 Unauthorized
context->playback->fd == 0!
output.c::OutputDel
output.c::OutputDel
output.c::OutputDel
playback.c::PlaybackClose
container.c::Command
text_srt.c::Command
text_ssa.c::Command
eServiceMP3-<
 
Top