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
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
>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
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
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
>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
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
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
>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.,
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
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
11 matches
Mail list logo