In a word.. nevermind.
Oops.. got my logic backwards.. Yes, the port number is always 0 for RTP UDP
unicast... and that's why the if never happens and ReceivingInterfaceAddr is
never used. With your added bit about multicast using a !0 port number, and
thinking through all the logic reasoning
I've noticed some interesting / aggravating behavior using live555 as
included in VLC to record rtsp audio streams from QuickTime
Broadcaster and video from a pair of Axis network cameras. I'm hoping
someone here can shed some light on it.
The problem is that mpeg-4 rtsp audio and streams s
Thanks for the info.
I'm working on writing a RTSPRequest handler class to handle receiving
request, across multiple transport packets, deal with the Content-length
header, and I'll try to roll the ParseRTSPRequestString() code into it.
I'm also going to add some minimal code to ignore interlea
> >I'm trying to use ReceivingInterfaceAddr & SendingInterfaceAddr to control
> >which interface RTSP/RTP traffic is going in and out on.
> >In setupDatagramSocket(), there is the line:
> > if (port.num() == 0) addr = ReceivingInterfaceAddr;
> >This line is just prior to the bind() call. So..
I have one question and hope, somebody can help me. I use
live555mediaServer and I need to stream mpeg1-videos ONLY, means
just a video-file (no audio). Is it possible? The comments I see,
when starting the server tell, that only mpeg4 video elementary
streams are accepted. mpeg1 can be used on
I want to make live 555 IPV6 compatible. Can you please give
some idea to port live 555 IPV4 to IPV6?
What are all changes required to make it IPV6 compatible.
Unfortunately, the changes required to support IPv6 will be extensive.
Support for IPv6 is on our 'to do' list, but unfortunate
I have seen that setupDatagramSocket() create a socket and bind it
to the port parameter.
So, if I have already created the socket and the bind, how to avoid
the setupDatagramSocket() function without change significantly the
library?
No, you can't do this without changing the existing code.
-
Are you sure you correctly sent the SPS/PPS nals ? Post the .264 file
if you're not sure, I might be able to take a look and help.
Etienne
On 24 Feb 2009, at 11:55, gather bzbz wrote:
I rename the file hellovideo-H264-2 to hello.264, "file hello.264"
gives "hello.264: JVT NAL sequence", m
The problem is that special headers called SPS and PPS (sequence
parameter set and picture parameter set) are not included in the file.
Those headers may be carried in-band (which is probably not your case)
or in the SDP.
My guess is that your source sent them in the SDP and not in-band (in
the RT
Hi Ross,
I want to make live 555 IPV6 compatible. Can you please give some idea
to port live 555 IPV4 to IPV6?
What are all changes required to make it IPV6 compatible.
The changes are required in groupsock library?
IPV6 implementation will effect the RTP transmission or not?
Hello!
I have one question and hope, somebody can help me. I use live555mediaServer
and I need to stream mpeg1-videos ONLY, means just a video-file (no audio). Is
it possible? The comments I see, when starting the server tell, that only mpeg4
video elementary streams are accepted. mpeg1 can be
I rename the file hellovideo-H264-2 to hello.264, "file hello.264" gives
"hello.264: JVT NAL sequence", mplayer gives
Playing hello.264.
H264-ES file format detected.
Video: Cannot read properties.
No stream found.
at least, mplayer can play hellovideo-H264-2 with color bar, but it can not
pl
Hi Ross,I study the following classes:
GroupSock->OutputSock->Socketand setupDatagramSocket() in the GroupSockHelper.
I have seen that setupDatagramSocket() create a socket and bind it to the port
parameter.
So, if I have already created the socket and the bind, how to avoid the
setupDatagramSoc
Try rename it to have the extension .264. ("hellovideo-H264-2.264")
In that way the vlc player will know to treat it as annex-B H264 stream.
Regards,
Amit Yedidia
Elbit System Ltd.
Email: amit.yedi...@elbitsystems.com
Tel: 972-4-8318905
--
Hi,
I try to implement the H264 streamframer, I write a simple app that does the
multicast streaming. then I use the openRTSP to receive the stream. The
attached log file contains the output from openRTSP. The saved file is
hellovideo-H264-2, when I do "file hellovideo-H264-2", I get
"hellovid
15 matches
Mail list logo