I solved the problem after I updated live555 to the last version. Thanks.
2010/3/11 Ross Finlayson
> I'm having some problems with an specific IP source of H264. The problem is
>> on the response of PlayMediaSession.
>> I send this:
>>
>> OPTIONS, DESCRIBE, SETUP and PLAY.
>>
>> when I send PLAY
I implemented rtsp streaming of a h264 video obtained by a custom
DeviceSource.
Now I would like to embedded the visualization of the video stream
in the browser, by exploiting the video tag provided by html5.
I tried specifying rtsp:// in the src of the video tag, but it
does not seem to wo
I have written own codes that testOnDemandRTSPServer send two RTPs
to a RTSP client; one is for H.264 NAL and another is for PCM. I
referenced the case of mpeg1or2AudioVideoTest and I think it is
possible.
If only a type of RTP packet is received to VLC(audio or video), VLC
can decode it with n
Regarding Live555 library usage for developing an RTSP client application,
In case network is down while receiving the video packets from RTSP
server, how this library will be notifying the client application
i.e. which method will be called in this case?
Because the stream is datagram-based,
I'm having some problems with an specific IP source of H264. The
problem is on the response of PlayMediaSession.
I send this:
OPTIONS, DESCRIBE, SETUP and PLAY.
when I send PLAY I receive BAD REQUEST from the Server.
What happens when you use "openRTSP" as your client?
--
Ross Finlayson
Live
I am trying to stream a local .mpg file which has both audio and video,
I am using testMPEG1or2AudioVideoStreamer to run from the command prompt
it is showing as the video is streaming,
Next, clicked on testMPEG1or2AudioVideo.sdp file, it lauches quicktime player,
able to hear audio, but video is
For the record, I checked out how the samples are built and did some quick
research on the internet <
http://www.network-theory.co.uk/docs/gccintro/gccintro_18.html>. The
conclusion is (breaking news to me and) order of the libraries passed to
the linker actually matter.
So I just need to switch
The testProgs were built along with liveMedia.
Thank you, I'll try that.
2010/3/10 Ross Finlayson
>I'm trying to compile an application already built with LiveMedia
>> (on OpenSuSE 11.2, GCC 4.4). but I am having some problems when it comes
>> to linking.
>>
>
> That's strange. Are you abl
What are the port range used by live555MediaServer for RTP/RTCP
traffic ? Is there a way to configure it ?
See http://lists.live555.com/pipermail/live-devel/2009-January/010041.html
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
liv
Hi,
What are the port range used by live555MediaServer for RTP/RTCP traffic ? Is
there a way to configure it ?
Jerome
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
Hi Ross,
I want know if it's possible use live555 to relay (given ports) and play RTP
packets (without RTSP interaction) audio/video.
Thanks in advance
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/l
Hi,
My OS: Mac OSX snow leopard 10.6
1.
I am trying to stream a local .mpg file which has both audio and video,
I am using testMPEG1or2AudioVideoStreamer to run from the command prompt
it is showing as the video is streaming,
Next, clicked on testMPEG1or2AudioVideo.sdp file, it lauches quicktime
On Wed, Mar 10, 2010 at 3:11 PM, Doug Porter wrote:
> Jeremy Noring writes:
> >
> > In RTPSink.cpp,
> >
> > unsigned lastReceivedTimeNTP
> > = (unsigned)((lastReceivedTimeNTP_high<<16) + fractionalPart + 0.5);
> >
> > A 32-bit value is shifted, then cast to 64-bit value (this is
> > becaus
Jeremy Noring writes:
>
> In RTPSink.cpp,
>
> unsigned lastReceivedTimeNTP
> = (unsigned)((lastReceivedTimeNTP_high<<16) + fractionalPart + 0.5);
>
> A 32-bit value is shifted, then cast to 64-bit value (this is
> because of the parenthesis); I'm not sure if
> lastReceivedTimeNTP_high get
I'm trying to compile an application already built with LiveMedia
(on OpenSuSE 11.2, GCC 4.4). but I am having some problems when it comes
to linking.
That's strange. Are you able to build (compile and link) the
"testProgs" applications OK? If so, then you should use that
directory's Mak
Sorry, I accidentally sent it before I got to post anything.
In RTPSink.cpp,
unsigned lastReceivedTimeNTP
= (unsigned)((lastReceivedTimeNTP_high<<16) + fractionalPart + 0.5);
A 32-bit value is shifted, then cast to 64-bit value (this is because of the
parenthesis); I'm not sure if lastRece
In
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
Hi,
I'm trying to compile an application already built with LiveMedia
(on OpenSuSE 11.2, GCC 4.4). but I am having some problems when it comes
to linking. Apparently, I had no problems to compile LiveMedia. Here is
the make result of the app:
g++ -g -o "./Release/MultiMediaDemo" ./Release/CRT
18 matches
Mail list logo