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
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
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
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*/,
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
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