watch stream using VLC ? (2 Viewers)

chenks

Portal Pro
May 22, 2006
727
1
Scotland
Home Country
United Kingdom United Kingdom
ok here is what the VLC messages says (there as no debug option)

Code:
main debug: adding playlist item `rtsp://192.168.1.5/stream2' ( rtsp://192.168.1.5/stream2 )
main debug: creating new input thread
main debug: waiting for thread completion
main debug: thread 4192 (input) created at priority 1 (input/input.c:265)
main debug: `rtsp://192.168.1.5/stream2' gives access `rtsp' demux `' path `192.168.1.5/stream2'
main debug: creating demux: access='rtsp' demux='' path='192.168.1.5/stream2'
main debug: looking for access_demux module: 1 candidate
live555 debug: RTP subsession 'video/MP2T'
main debug: thread 4332 (stream out) created at priority 1 (input/demux.c:341)
main debug: using access_demux module "live555"
main debug: creating demux: access='' demux='ts' path=''
main debug: looking for a subtitle file in C:\Program Files\VideoLAN\VLC\
main debug: `rtsp://192.168.1.5/stream2' successfully opened
main debug: looking for demux2 module: 1 candidate
main debug: using demux2 module "ts"
ts debug: PATCallBack called
ts debug: new PAT ts_id=4 version=3 current_next=1
ts debug:   * number=137 pid=32
ts debug: PMTCallBack called
ts debug: new PMT program number=137 version=3 pid_pcr=48
ts debug:   * es pid=48 type=2 fcc=mpgv
main debug: selecting program id=137
main debug: looking for decoder module: 27 candidates
main debug: using decoder module "libmpeg2"
main debug: thread 4396 (decoder) created at priority 0 (input/decoder.c:159)
ts debug:   * es pid=64 type=3 fcc=mpga
main debug: looking for decoder module: 27 candidates
main debug: using decoder module "mpeg_audio"
main debug: thread 4376 (decoder) created at priority 2 (input/decoder.c:159)
ts debug:   * es pid=80 type=6 dr->i_tag=0x59
ts debug:   * es pid=80 type=6 fcc=dvbs
ts debug:   * es pid=65 type=3 fcc=mpga
ts warning: first packet for pid=48 cc=0x4
ts warning: first packet for pid=64 cc=0x9
ts warning: first packet for pid=65 cc=0xd
ts warning: discontinuity received 0xc instead of 0x6 (pid=48)
main warning: clock gap, unexpected stream discontinuity
 

chenks

Portal Pro
May 22, 2006
727
1
Scotland
Home Country
United Kingdom United Kingdom
ok guys... this is STILL not working via VLC for me (the client can watch liveTV via MP though)

VLC messages below

main debug: adding playlist item `rtsp://192.168.1.5/stream2' ( rtsp://192.168.1.5/stream2 )
main debug: creating new input thread
main debug: waiting for thread completion
main debug: thread 4124 (input) created at priority 1 (input/input.c:265)
main debug: `rtsp://192.168.1.5/stream2' gives access `rtsp' demux `' path `192.168.1.5/stream2'
main debug: creating demux: access='rtsp' demux='' path='192.168.1.5/stream2'
main debug: looking for access_demux module: 1 candidate
live555 debug: RTP subsession 'video/MP2T'
main debug: thread 4300 (stream out) created at priority 1 (input/demux.c:341)
main debug: using access_demux module "live555"
main debug: creating demux: access='' demux='ts' path=''
main debug: looking for a subtitle file in C:\Program Files\VideoLAN\VLC\
main debug: `rtsp://192.168.1.5/stream2' successfully opened
live555 warning: no data received in 10s. Switching to TCP
live555 debug: RTP subsession 'video/MP2T'
main debug: looking for demux2 module: 1 candidate
main debug: using demux2 module "ts"
ts debug: PATCallBack called
ts debug: new PAT ts_id=4 version=9 current_next=1
ts debug: * number=137 pid=32
ts debug: PMTCallBack called
ts debug: new PMT program number=137 version=9 pid_pcr=48
ts debug: * es pid=48 type=2 fcc=mpgv
main debug: selecting program id=137
main debug: looking for decoder module: 27 candidates
main debug: using decoder module "libmpeg2"
main debug: thread 3992 (decoder) created at priority 0 (input/decoder.c:159)
ts debug: * es pid=64 type=3 fcc=mpga
main debug: looking for decoder module: 27 candidates
main debug: using decoder module "mpeg_audio"
main debug: thread 4288 (decoder) created at priority 2 (input/decoder.c:159)
ts debug: * es pid=65 type=3 fcc=mpga
ts debug: * es pid=80 type=6 dr->i_tag=0x59
ts debug: * es pid=80 type=6 fcc=dvbs
ts warning: first packet for pid=48 cc=0x9
ts warning: first packet for pid=64 cc=0x6
 

kalon

Portal Pro
October 21, 2005
71
1
Gothenburg
Home Country
Sweden Sweden
I havent been using VLC for a while so I tried to see if it worked for me, and yes it did work now. (I did a complete reinstall & deleting SQL data yesterday.)

BUT here´s a strange thing:
1 stop TV in MP tvplugin on one client
2 start stream from server & watch via VLC from another client

Then MP tvplugin starts showing the same stream and I cant stop TV in MP tvplugin..
 

Users who are viewing this thread

Top Bottom