Dear all,
I have a RTSP streamer and I would like to know if I can close a Media
Session from one of my FileSink
When my FileSink is running out of data it calls "stopPlaying()", then the
source method "doStopGettingFrames" is called and data is no longer streamed
by my server.
However the RTSP c
Dear Ross,
I have developed a RTSP streaming server that supports H264 and M4V-ES and I
am now trying to implement Trick Play functionalities.
In order to support fast forward and reverse play, I have understood that I
need to work with "scale".
For a scale = 2.0, I have understood that I need to
Dear Ross,
I have two questiond here that I believe are related.
First of all, I have a RTSP streaming server (developped with liveMedia)
and I would like to stream H264 and M4V-ES files, streaming Key Frames
(=Intra frames) only.
I have managed to do so with M4V-ES, streaming only I frames, and
Hi Ross,
I have developed a RTSP streaming server thanks to liveMedia and I am
successfully streaming H264 and MP4V-ES videos.
I would now like to stream "keyframes only", for both these codecs : i.e IDR
only for H264 and I Frames only for MP4V.
I have tried to stream keyfames only (discarding th
Hi!
In the Source/Sink live model, I can: create 1 source, create 1 sink and
"attach" both "sink->startPlaying(source)"
I would like to know if I can "attach" many sink to one source?
For example in order to create different files from 1 single RTP stream.
I hope my question is clear enough.
T
Hi all,
I am working on a RTSP streaming server.
I would like to stream Text information along with the audio and video
streams that I already stream.
In the end I want to develop a custom RTSP client to receive this data but
for now I am working with a VLC client and I would like it to consider m
Hi Ross,
I want want to record various [audio+video] streams (m4v, m4a, h264,
pcmu...) on my computer and then re-stream it later.
I would like to set a code that works for all types of video and audio
formats. Basically I would receive RTP packets, store their content without
looking at it, and
Hi everybody,
I am using openRTSP to record the video and the audio stream of an RTSP
source (openRTSP rtsp://url).
As expected, openRTSP is creating two files: "audio-MPEG4-GENERIC-2" for the
audio (aac) and "video-MP4V-ES-1" for the video (m4v).
I manage to play the video file with vlc (vlc file