[Live-devel] level and parameters for H264VideoRTPSink constructor

2009-07-28 Thread Steve Jiekak
I am encoding using the profile baseline, level 1.3 , and I want to know which exadecimal integer match for the constructor of H264VideoRTPSink. Also, how to determine the right values for sprop_parameter_sets_str ?? Best regards, Steve jiekak ___ live-

[Live-devel] Fwd: MP Demux doubt (more details) - follow up

2009-07-28 Thread Woods
Hi Ross, Regarding the previous email, I also use MPEG4VideoStreamFramer to connect to my MP4DemuxedElementaryStream::getVideoStream(). I noticed, the MPEG4VideoStreamFramer does not output any packet to the final BasicUDPSink. Does it mean the retrieved AVPacket->data is not correct MPEG4 video p

Re: [Live-devel] Trying to play mp3 file or live streaming to wmplayer client from default MediaServer code

2009-07-28 Thread Ross Finlayson
Can anyone provide information on how I can make the Windows Media Player understand the describe response of the default MediaServer of livemedia555streamer. Complain to Microsoft. The Windows Media Player is notoriously non-standards-compliant. Instead, I suggest using VLC as your media p

Re: [Live-devel] Live 555 server and live streaming

2009-07-28 Thread Ross Finlayson
I want to use several network cameras as source of input ( like rtsp://192.168.0.1/StreamingMount1) to the Live 555 server with each camera get dynamic mount point (rtsp://livebox/camera1). The server should pull data from network source (camera streams out

Re: [Live-devel] Bug in windows version of the BasicTaskScheduler.cpp

2009-07-28 Thread Ross Finlayson
I use live555 lib under windows. I'm sorry :-) I check source code and found bug in BasicTaskScheduler.cpp In this file lines from line 73 [...] must look like this #if defined(__WIN32__) || defined(_WIN32) int err = WSAGetLastError(); // For some unknown reason, select() in Win

Re: [Live-devel] How to transfer a new RTP Payload type.

2009-07-28 Thread Ross Finlayson
I am creating a RTSPClient application using LIVE 555. But this time I have to stream some metadata through RTP only.And this metadata is having some different payload format that is not registered inside LIVE 555. What I need to do to receive this new kind of RTPPayload . You would need to defi

[Live-devel] Bug in windows version of the BasicTaskScheduler.cpp

2009-07-28 Thread Victor V. Vinokurov
I use live555 lib under windows. I write code to get MPEG file duration: TaskScheduler* scheduler = BasicTaskScheduler::createNew(); BasicUsageEnvironment* env = BasicUsageEnvironment::createNew(*scheduler); MPEG1or2FileServerDemux* demux = MPEG1or2FileServerDemux::createNew(*env, inputFileN

[Live-devel] Live 555 server and live streaming

2009-07-28 Thread Vijay Rathi
Hi, I want to use several network cameras as source of input ( like rtsp:// 192.168.0.1/StreamingMount1) to the Live 555 server with each camera get dynamic mount point (rtsp://livebox/camera1). The server should pull data from network source (camera streams out MPEG4 format stream) and acts as

[Live-devel] How to transfer a new RTP Payload type.

2009-07-28 Thread Deepti . Saraswat
Hello Ross, I think that LIVE 555 serves only specific RTP Payload types: I am creating a RTSPClient application using LIVE 555. But this time I have to stream some metadata through RTP only.And this metadata is having some different payload format that is not registered inside LIVE 555. What I ne

[Live-devel] MP Demux doubt (more details)

2009-07-28 Thread Woods
Dear all, I am writing a MP4Demux and MP4DemuxedElementaryStream, in way as MPEG1or2Demux and MPEG1or2DemuxedElementaryStream. In specific, my MP4Demux uses FFMPEG to read AVPacket from MP4 file, and feed the Packet->data to MP4DemuxedElementaryStream. I tested my code in following ways, with diff

Re: [Live-devel] Streaming to mobile device using live555.

2009-07-28 Thread huang
dear Yogesh, Live555 could stream to mobile device and mobile have to support rtsp and rtp payload which was provided by both live555 and your device, I find out there many video players say thay could support rtsp and many video codec format but they don't mean that they either support all type

Re: [Live-devel] Streaming to mobile device using live555.

2009-07-28 Thread Ross Finlayson
We are developing streaming application in which we want to stream live video from server to mobile device (for example blackberry , Iphone) using RTSP protocol and live555 library . We are planning to use mpeg4 video for streaming as mobile device supports mpeg4 format. For this we tested st

[Live-devel] Streaming to mobile device using live555.

2009-07-28 Thread Yogesh
Hello Support, We are developing streaming application in which we want to stream live video from server to mobile device (for example blackberry , Iphone) using RTSP protocol and live555 library . We are planning to use mpeg4 video for streaming as mobile device supports mpeg4 format. For t