[Live-devel] H.264 OpenRTSP

2012-07-07 Thread Abhishek Madaan
Hi,   I have couple of questions: 1)  When I am running OpenRTSP to play H.264 RTSP stream coming from a camera, it creates video-H264-1 file. What type of file is that? I tried to run this file in vlc player but it doesn't run at all.   2) I want to take the H.264 streaming using live555 li

[Live-devel] about DeviceSource for multi channel encoder

2012-07-07 Thread reply2010
hi,experts i modify DeviceSource.cpp to stream a live encoder,but i find triggerEvent could not trigger deliverFrame0 function which is registered by eventTriggerId = env.taskScheduler().createEventTrigger(deliverFrame0); what is wrong with me? because my encoder has multi channel,i have to modi

[Live-devel] RTSPServer.Error:The total received frame size exceeds the client's buffer size (40).1276 bytes of trailing data will be dropped

2012-07-07 Thread Ketan Gholap
hello Sir! I have made an application using live media 555 library. In this application I'm receiving video stream from my live media streamer application. Which in turns get stream from a dvd player. In my server application I'm creating rtsp server in my main program. And in same program I'm han

[Live-devel] Question about MPEG2TransportStreamMultiplexor Class

2012-07-07 Thread jhseo
Hi. I'm using LIVE555 Proxyserver. Can I multiplexing RTSP/RTP stream to mpeg2-ts using MPEG2TransportStreamMultiplexor class in LIVE555? The stream is received from back-end LIVE555 stream server. (video stream: H.264, audio stream: AAC) Thanks for your interest.