[Live-devel] Error in testMPEG4VideoStreamer

2010-04-28 Thread vikas srivastava
Hi Ross, I was testing your testMPEG4VideoStreamer, but it gives error 1272415941.241840 Groupsock(6028: 232.0.4.12, 1, 255): failed to join group:  setsockopt(IP_ADD_MEMBERSHIP) error: Unknown error 1272415941.243164 Groupsock(5940: 232.0.4.12, 18889, 255): failed to join group:  setsockopt

[Live-devel] Re :: initialize with URL

2010-03-25 Thread vikas srivastava
Hi Ross, Thanks a ton for your reply. ys,i also thought and have done that but that was not working as a whole.Actually my requirement is to stream live source in H.264 and as you said in FAQ ,i am making a subclass of OnDemandMediaSubsession where i have to redefine virtual function CreateNew

[Live-devel] initialize with URL

2010-03-24 Thread vikas srivastava
Hi ,     I have to define H264VideoRTPSource from URL instead of groupSock , ip/port , is it possible to do this.If yes then , what should i do , any little hint  will help me a lot. Thanks Vikas The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.co

[Live-devel] Subclass for OnDemandServerMediaSubsession

2010-03-24 Thread vikas srivastava
< "\n";} framedSource = mediaSubsession->rtpSource(); }     But as soon as i play VLC player , i gets error inside strlen.asm file as Unhandled exception at 0x7855b690 (msvcr90.dll) in openRTSP.exe: 0xC005: Access violation reading location 0x0000. Can you

[Live-devel] H.264 Streaming from Live H.264 source

2010-03-22 Thread vikas srivastava
am using VLC player. Can anybody help me out, for rtpPayloadFormat,profile_level_id,sprop_parameter_sets_str in H264VideoRTPSink::createNew , i am putting whatever i am getting from live source.   Thanks Vikas Srivastava The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http:/

[Live-devel] Saved H.264 file doent Play

2010-01-07 Thread vikas srivastava
Hi Ross,   I am receiving stream from server which sends stream in H.264 format over RTSP , i used your openRTSP to save the stream but  saved file doent show Video (I used VLC) , but when i received stream in MPeg1 or 2 format then i could see the file with VLC play.   What is

[Live-devel] Is this correct code

2010-01-07 Thread vikas srivastava
Hi Ross,    I am using your Live555 and facing some difficulties , i am receiving stream over rtp and saving to file , following is the code int   TaskScheduler* scheduler = BasicTaskScheduler::createNew(); UsageEnvironment*env = BasicUsageEnvironment::createNew(*scheduler);  main(intargc, c

[Live-devel] RTSP to UDP

2010-01-06 Thread vikas srivastava
Hi Ross,    I am new to your Live555 library so do you have any sample code from receiving in RTSP and then re streaming over UDP.I got sample code for receiving in RTSP but how again re stream it over UDP or RTSP instead of saving to file , did't get. Thanks Vikas The INTERNET now ha