[Live-devel] Closing Session/Subsession from a FileSink

2009-10-21 Thread bourda guillaume
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

[Live-devel] H264 trick Play - Scale

2009-10-07 Thread bourda guillaume
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

[Live-devel] trickplay features on a RTSP video streamer

2009-10-05 Thread bourda guillaume
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

[Live-devel] Streaming KeyFrames Only

2009-10-02 Thread bourda guillaume
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

[Live-devel] One Source and Multiple Sink

2009-07-02 Thread bourda guillaume
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

[Live-devel] Streaming Text with Live

2009-06-14 Thread bourda guillaume
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

[Live-devel] Using SimpleRTPSource and SimpleRTPSink to record and re-stream H264

2009-05-29 Thread bourda guillaume
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

[Live-devel] openRTSP - audio file without header ?

2009-05-12 Thread bourda guillaume
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