[Live-devel] H264 SDP generation

2008-07-10 Thread soumya patra
Hi, I have created a h.264 unicast streamer using live555 streaming library. I have created my own H.264 video stream framer. Some issue is there with this approach, I have developed VideoServerMediaSubsession. In this when I am streaming without SDP it's streaming which I c

[Live-devel] H264 SDP generation

2008-07-10 Thread soumya patra
Hi, I have developed a H.264 unicast streamer over RTSP using LIVE555 streaming library. I've developed my own H264VideoStreamFramer. Here are the following SDP information, RTP Payload Type = 97 Profile-Level-Id = 66 sprop-

[Live-devel] H264 SDP

2008-07-10 Thread soumya patra
Hi, I have implemented the H264VideoStreamer subclass and am able to successfully unicast stream to a single VLC client. For this I had modified the live sdp generation code to exclude the fmtp:... line from the returned describe response for H264. In this case I am able to play the streamed co

Re: [Live-devel] live-devel Digest, Vol 57, Issue 13

2008-07-11 Thread soumya patra
Hi Ross, Thanks for the concern, now I am able to stream h.264 with correct SDP. I've corrected the SDP. Now it's streaming. Regards, Soumya LGSI -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Saturday, July 12, 2008 4:25 AM To

[Live-devel] RTSP Authentication

2008-08-26 Thread soumya patra
Hi Ross, We have Streaming server which streams H264 perfectly (both unicast & multicast). We have created a dynamic RTSP server for streaming with different media codecs. Now we want to use digest authentication in our RTSP Server for some specific Client. Can you explain how

[Live-devel] RTSP authentication

2008-09-12 Thread soumya patra
Hi Ross, Thanks for your advice regarding RTSP authentication for Dynamic RTSP server. Now I want add stream session id along with username & password for Authentication. Can you give some idea regarding session id for RTSP authentication. Waiting for your response. Rega

[Live-devel] Audio video Synchronization problem

2008-10-09 Thread soumya patra
Hi Ross, I have some synchronization problem in my streaming server. We are streaming H.264 with G.711 (PCMU), It is streaming properly because I can trace both audio and video packet through network analyzer. But the audio is not audible in VLC client along with video. But it

[Live-devel] MP3 Audio Application

2008-11-19 Thread soumya patra
Hi Ross, I am developing audio switching application in windows, I have used LAME mp3 encoder library for encoding, I want to stream this data to network. Can I modify testMP3Streamer.cpp to make things working, Can I write directly to stdin and pipe the stdin data directly to the testMP3Stream

[Live-devel] IPV6 implementation

2009-02-24 Thread soumya patra
Hi Ross, I want to make live 555 IPV6 compatible. Can you please give some idea to port live 555 IPV4 to IPV6? What are all changes required to make it IPV6 compatible. The changes are required in groupsock library? IPV6 implementation will effect the RTP transmission or not?

[Live-devel] video-MP4V-ES-1 not playing in case of testOnDemandRTSPServer

2009-07-01 Thread soumya patra
Hi Ross, I am using openRTSP to receive the mpeg4ESVideoTest stream from testOnDemandRTSPServer giving input as test.m4e. It's creating the output file video-MP4V-ES-1 but when am trying to play it with mplayer it's not playing. But in case of testMPEG4VideoStreamer it is able to play.