[Live-devel] Problem in sending RTSP Requests from media server

2007-07-27 Thread Nitin Jain
Hi all, I am sending GET_PARAMETER and SET_PARAMETER RTSP requests from the server after it receives PLAY to to the openRTSP Client. But I observed that when i do PLAY and PAUSE then instead of getting PAUSE response pauseMediaSession is getting SET/GET Parameter request . But the incom

Re: [Live-devel] Problem in sending RTSP Requests from media server

2007-07-27 Thread Ross Finlayson
I am sending GET_PARAMETER and SET_PARAMETER RTSP requests from the server I don't recommend doing this. As you noticed, our current RTSP client code doesn't handle this well. It will eventually be fixed to handle all incoming RTSP data asynchronously - but until this is done, I don't recomm

Re: [Live-devel] openRTSP-recording both audio and video?

2007-07-27 Thread Ross Finlayson
>You're right. I'm sorry, I forgot to say that I've streamed the file >using "live555MediaServer", after having changed its extension and >renamed itself from ".mp4" in ".m4e". If that works at all, then it's only by accident - because the MPEG-4 video parsing code skips over the MPEG-4 file fo

Re: [Live-devel] openRTSP-recording both audio and video?

2007-07-27 Thread Cristaldi Ambra
You're right. I'm sorry, I forgot to say that I've streamed the file using "live555MediaServer", after having changed its extension and renamed itself from ".mp4" in ".m4e". And it works, perhaps because I have no audio right now, but just video- information. However, finally I understand the

Re: [Live-devel] openRTSP-recording both audio and video?

2007-07-27 Thread Ross Finlayson
I have another question to make: can openRTSP record ".mp4" multiple Elementary Streams files (i.e. with audio and video), or just ".m4e" Elementary Stream files (with only audio or video, not both)? In fact, I still don't understand if, using openRTSP application, I can both record audio and vi

Re: [Live-devel] MPEG2TransportStreamIndexer Question

2007-07-27 Thread Ross Finlayson
>The video data being received over the socket would need to be written >to a file as well as sent to the indexing object. Is your incoming Transport Stream data (received over a socket) raw data, rather than RTP-encapsulated data? If so, I would just handle this using pipes and (e.g.) the Unix

Re: [Live-devel] MPEG2TransportStreamIndexer Question

2007-07-27 Thread Leary, Brent
Ross, The video data being received over the socket would need to be written to a file as well as sent to the indexing object. It can't be written to a file first & then indexed b/c the server may need to play the video data immediately after its finished being received over the socket. What interf

[Live-devel] openRTSP-recording both audio and video?

2007-07-27 Thread Cristaldi Ambra
Hi Ross, First of all, thanks for having answered to my last email. I have another question to make: can openRTSP record ".mp4" multiple Elementary Streams files (i.e. with audio and video), or just ".m4e" Elementary Stream files (with only audio or video, not both)? In fact, I still don't un

Re: [Live-devel] MPEG 2 TS streaming at pre encoded bit rate over LAN

2007-07-27 Thread Ross Finlayson
>Say i have one MPEG 2 TS stream ( stream1.ts encoded at 5.00 Mbps) >..and now i want to transmit it over lan at 5.00 Mbps. > >problem 1 : how do i get to know the bit rate from given TS stream? Our software does this automatically for you (using the "MPEG2TransportStreamFramer" class). E.g.,

Re: [Live-devel] ".mp4","m4e","TS" recording and streaming

2007-07-27 Thread Ross Finlayson
I'm working with live555 library to do a client-server application, for recording and streaming rtsp video flows. I read in your forum and documentation that live555 can stream ".m4e" video file, but not ".mp4". However, if I produce ".mp4" files, setting the flag "-4" in the openRTSP program (a

[Live-devel] ".mp4","m4e","TS" recording and streaming

2007-07-27 Thread Cristaldi Ambra
Hi all, I'm working with live555 library to do a client-server application, for recording and streaming rtsp video flows. I read in your forum and documentation that live555 can stream ".m4e" video file, but not ".mp4". However, if I produce ".mp4" files, setting the flag "-4" in the openRTS