Re: [Live-devel] Monochromatic MJPEG stream

2010-03-25 Thread Paulo Henrique Silva
Ross, > Note that we have already (in December 2007) added the patch that Andrey > Filippov described here: > http://lists.live555.com/pipermail/live-devel/2007-November/007760.html This > patch allows the server to specify the JPEG width and height in the SDP > description, using the "a=x-dimensi

Re: [Live-devel] openRTSP (playcommon.cpp) -- duration greater than ~2000 seconds?

2010-03-25 Thread Ross Finlayson
Brad, Thanks for pointing out this oversight. This will get fixed in the next release of the software. (For now, you can fix this by removing the offending "if" clause, and changing "uSecsToDelay" to be an "int64_t".) -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

Re: [Live-devel] Monochromatic MJPEG stream

2010-03-25 Thread Ross Finlayson
I'm working with guys at Elphel to enable RTP streaming of their raw format (called JP4). The JP4 format is stored as MJPEG file with single component JPEG frames. Elphel uses a custom RTP server, but the client (mplayer) uses live55 library and without single component support, all decoded JPEG f

[Live-devel] openRTSP (playcommon.cpp) -- duration greater than ~2000 seconds?

2010-03-25 Thread Brad Thomas
Hello, Does anyone have the code changes to allow openrtsp to take advantage of the changelog below. Thanks, Brad Thomas I noticed in the change log the following : 2006.02.15: Changed the "microseconds" parameter to "TaskScheduler::scheduleDelayedTask()" from "int" to "int64_t". This al

[Live-devel] Monochromatic MJPEG stream

2010-03-25 Thread Paulo Henrique Silva
Hi, I'm working with guys at Elphel to enable RTP streaming of their raw format (called JP4). The JP4 format is stored as MJPEG file with single component JPEG frames. Elphel uses a custom RTP server, but the client (mplayer) uses live55 library and without single component support, all decoded JP

[Live-devel] Re :: initialize with URL

2010-03-25 Thread vikas srivastava
Hi Ross, Thanks a ton for your reply. ys,i also thought and have done that but that was not working as a whole.Actually my requirement is to stream live source in H.264 and as you said in FAQ ,i am making a subclass of OnDemandMediaSubsession where i have to redefine virtual function CreateNew

Re: [Live-devel] Windows Media Player?

2010-03-25 Thread Matt Schuckmannn
Dude, he didn't ask you to modify your server, he asked if anybody out there has successfully make the necessary changes to make it work, perhaps in there own branch of the project. Since you have made this an open source project there is a good chance somebody in the community of users has don

Re: [Live-devel] Detecting network failure

2010-03-25 Thread Jeremy Noring
On Wed, Mar 24, 2010 at 5:00 PM, Ross Finlayson wrote > Well, let me explain a few things to you (you seem confused about why I'm > doing this) > > > Actually, I'm less "confused" than "uninterested". Overall, in general, > I'm just not particularly interested in proxys (or 'middleboxes' in > gen

Re: [Live-devel] Windows Media Player?

2010-03-25 Thread Ross Finlayson
Following up on my earlier message: Yes, Microsoft is a large and influential company - but so is ESPN. If enough large companies - like yours - lean on Microsoft asking them to comply with the RTSP protocol standard, then perhaps they'll fix their Media Player software in one of their frequen

Re: [Live-devel] Windows Media Player?

2010-03-25 Thread Ross Finlayson
I have the live555StreamingServer serving up MPEG2-TS files for me, and it works great! When I view it with [VLC], everything is perfect - yet when I connect with non-standards-compliant Windows Media Player to view the RTSP stream, it fails. You've answered your question right there. I'v

Re: [Live-devel] RTSP reconnect

2010-03-25 Thread Miguel Angel Arcos
I have been triying to discover more info about my problem and now I can extract some more conclusions. I followed the next steps: 1. Connect my client and start the receiving of the image data from the camera. 2. I disconnect the network more than one minute. (My program try to connect every 30 s

Re: [Live-devel] Windows Media Player?

2010-03-25 Thread Melms, Kenneth X. -ND
(I meant VLC, sorry for the spam, please don't flame :) From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Melms, Kenneth X. -ND Sent: Thursday, March 25, 2010 10:31 AM To: live-de...@ns.live555.com Subject: [Live-devel

[Live-devel] Windows Media Player?

2010-03-25 Thread Melms, Kenneth X. -ND
Hey guys - I have the live555StreamingServer serving up MPEG2-TS files for me, and it works great! When I view it with VNC, everything is perfect - yet when I connect with non-standards-compliant Windows Media Player to view the RTSP stream, it fails. I've wiresharked the handshake, and it's a

Re: [Live-devel] RTSP reconnect

2010-03-25 Thread Ross Finlayson
Can I create another RTSPClient without stopping the EventLoop? Yes, of course. There are any function that I can use to know if the server is up without the creation of a RTSPClient? Not really. The only reliable way to know whether a RTSP server is running is to use RTSP. -- Ross Finl

[Live-devel] RTSP reconnect

2010-03-25 Thread Miguel Angel Arcos
Hi all, I am working in a client RTSP and I am having some problems when my program loses the connection with an IP camera, it's the server RTSP. I have a timer with a function and then I can detect correctly when i lose the conection, without teardown, for example disconnection of the network. Af