Re: [Live-devel] Live streaming of h.264 using encoder

2009-12-21 Thread ansary mohamed
hi there, I am currently working on live streaming of h.264 from my TI dm 6446. My camera captures the frames and my board encodes it into h.264 video format. Since my board is running a program which is coded in C, I was wondering whether is it possible to implement deviceSource.cpp to read

Re: [Live-devel] openRTSP 2x

2009-12-21 Thread Jens Binder
Hello, Most probably your SPS and PPS-Headers are in the SDP-Information of your RTSP-DESCRIBE-Response. Look RFC 3984 in section 8.2. for more information. Normally both Header are Base64-encryptet in the "sprop-parameter-sets". jens. Němec Alexandr schrieb: Dear all, I have two questions

Re: [Live-devel] openRTSP 2x

2009-12-21 Thread Jeremy Noring
2009/12/20 Němec Alexandr > Dear all, > I have two questions regarding openRTSP. > 1. I have a H264 camera with built-in RTSP server (an IP camera) and I am > using openRTSP to receive the video stream. It works nice, I can receive > frames of type IDR slices and other coded slices. However, a st

[Live-devel] playing stream h264 with vlc

2009-12-21 Thread Guillaume Grimaldi
Hi, I have implemented a server RTP that stream a H264 video. I can read this stream with VLC on Linux (version 0.9.9), but I can not read it with VLC on Windows (version 1.0.3). Nervertheless, if I read it with an implementation of liveMedia, it's work on linux. Do you know why does it not w