hi Ross,
I am doing live streaming from my hardware H.264 encoder. From my encoder side,
i am writing to a socket and passing encoded data from it.
I looked at BasicUDPSource and it data from the socket. When I pass the data
from the BasicUDPSource to my H264RTPVideoSink, i see nothing
played
Hi all,
I am doing live h.264 streaming using live555. I have written the
deviceSource class that encapsulates my hardware encoder
ie: reading frames through sockets. I want to know how to change
the from calling file to this deviceSource class as the whole code currently
passing file
hi there,
I am currently working on live streaming of h.264 from my TI dm 6446. My camera
captures the frames
and my board encodes it into h.264 video format. Since my board is running a
program which is coded
in C, I was wondering whether is it possible to implement deviceSource.cpp to
read
you should transmit it to the receiver
(there is a formal way of doing it , i can't give details) .
if you're using FFmpeg I can help you a little more, but if you want to read
files with differents kind of sources, I can't help you.
Regards, Steve Jiekak
On Tue, Sep 8, 2009 at 4:06
Hi experts,
I am doing H.264 streaming using live555 libraries and using vlc to play the
rtp stream. I understand from the mailing list that this is done before. I read
thru the codes and rfc documents but unable to understand how to do it. There
is a tutorial based on this and it is posted