Re: [Live-devel] playMediaSession H264

2010-03-10 Thread Miguel Angel Arcos
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

Re: [Live-devel] streaming http and h264

2010-03-10 Thread Ross Finlayson
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

Re: [Live-devel] Streaming H.264 and PCM in a session.

2010-03-10 Thread Ross Finlayson
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

Re: [Live-devel] RTSP Client application development - how netwrok error will be notified?

2010-03-10 Thread Ross Finlayson
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,

Re: [Live-devel] playMediaSession H264

2010-03-10 Thread 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 receive BAD REQUEST from the Server. What happens when you use "openRTSP" as your client? -- Ross Finlayson Live

Re: [Live-devel] No video audio is fine

2010-03-10 Thread Ross Finlayson
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

Re: [Live-devel] "undefined references" when linking with liveMedia

2010-03-10 Thread Paulo Rogério Panhoto
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

Re: [Live-devel] "undefined references" when linking with liveMedia

2010-03-10 Thread Paulo Rogério Panhoto
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

Re: [Live-devel] live555 udp port range

2010-03-10 Thread Ross Finlayson
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

[Live-devel] live555 udp port range

2010-03-10 Thread nilremm
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

[Live-devel] Using live555 to relaying

2010-03-10 Thread gabrieledel...@libero.it
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

[Live-devel] No video audio is fine

2010-03-10 Thread Mohan
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

Re: [Live-devel] Possible arithmetic overflow?

2010-03-10 Thread Jeremy Noring
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

Re: [Live-devel] Possible arithmetic overflow?

2010-03-10 Thread Doug Porter
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

Re: [Live-devel] "undefined references" when linking with liveMedia

2010-03-10 Thread 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 able to build (compile and link) the "testProgs" applications OK? If so, then you should use that directory's Mak

Re: [Live-devel] Possible arithmetic overflow?

2010-03-10 Thread Jeremy Noring
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

[Live-devel] Possible arithmetic overflow?

2010-03-10 Thread Jeremy Noring
In ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] "undefined references" when linking with liveMedia

2010-03-10 Thread Paulo Rogério Panhoto
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