[Live-devel] retreiving an MPEG2-TS without rtsp

2009-04-26 Thread tadmorm1
Hi, although I am using unicast, I made the proper changes to the receiver file as instructed in the comments. I made a "cout << ..." statement in the "gropsoclHelper" class and it is clear that the data is received in the buffer, every time I stream from VLC the port reads 1316 bytes each tim

Re: [Live-devel] retreiving an MPEG2-TS without rtsp

2009-04-23 Thread Ross Finlayson
Sorry for bothering, I just ran into one the archives of this mailing list and From what i understand I can use the "testMPEG1or2VideoReceiver" and just replace the session source with the next line : sessionState.source = SimpleRTPSource::createNew(*env, &rtpGroupsock,33 /*indicates mpeg2ts*/,9

[Live-devel] retreiving an MPEG2-TS without rtsp

2009-04-23 Thread tadmorm1
Sorry for bothering, I just ran into one the archives of this mailing list and From what i understand I can use the "testMPEG1or2VideoReceiver" and just replace the session source with the next line : sessionState.source = SimpleRTPSource::createNew(*env, &rtpGroupsock,33 /*indicates mpeg2ts*/,

[Live-devel] retreiving an MPEG2-TS without rtsp

2009-04-23 Thread tadmorm1
Hi, I need to retrieve an MPEG2-TS using RTP/UDP. The testProgs doesn't seem to have this kind of receiver, i tried the openRTSP but I understand that it requieres the .sdp file in order to start streaming, while my transmitter, do not support RTSP. how can I use the live555 for this purpose? T