[Live-devel] sending RTCP through Unicast

2009-06-25 Thread tadmorm1
Hi, I'm using the Live555 in order to make a unicast transmission of an MPEG2T. my sender and receiver are both Live555 . I used the DEBUG mode on RTCP.CPP to check the messages . I noticed that the receiver sends the RTCP packets only to itself (they are being received on 127.0.0.1 and on the s

[Live-devel] Packet Loss From VLS

2009-05-21 Thread tadmorm1
Hi, I'm using the simpleRTPsource in order to receive rtp/udp packets which encapsulates TS (encapsulating an h.264 video stream). only made a simple adjustment to testMPEG1or2VideoReceiver. When my source is Live555 and the testMPEG2TransportStreamer it's fine. However, I'm experiencing hea

[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

[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

[Live-devel] Receiving an H.264 Stream

2009-04-20 Thread tadmorm1
Hi, I'm new to the live555 media server and from what I understand it supportsReceiving an H.264 file using RTP/UDP.I saw that the media server has several receivers testProgs,like "testMPEG1or2VideoReceiver".my question is, what do I need to do, in order to write an H.264 receiver?do I ne