Re: [Live-devel] Live input to RTSP Server

2012-02-28 Thread Kumar Sambhav
Thanks Ross. Creating a Groupsock object solved the problem. Groupsock* inputGroupsock = new Groupsock(envir(), inputAddress, inputPort, inputTTL); I was quickly trying to get things to work. Once it done I will implement custom class :) On Feb 29, 2012, at 11:01 AM, Ross Finlayson wrote:

Re: [Live-devel] Live input to RTSP Server

2012-02-28 Thread Ross Finlayson
> I am trying to get live RTP data as input to the RTSP Server. > > Modified H264VideoFileServerMediaSubsession::createNewStreamSource to create > a RTPSource instead of ByteStreamFileSource. As explained in the FAQ: http://www.live555.com/liveMedia/faq.html#modifying-and-extending you

[Live-devel] Live input to RTSP Server

2012-02-28 Thread Kumar Sambhav
Hi, I am trying to get live RTP data as input to the RTSP Server. Modified H264VideoFileServerMediaSubsession::createNewStreamSource to create a RTPSource instead of ByteStreamFileSource. char const* inputAddressStr = "0.0.0.0"; struct in_addr inputAddress; inputAddress.s_addr = our_ine