[Live-devel] how to use live555 with JMF

2007-06-05 Thread aditya gupta
  hi, I want to use live555MediaServer as a streaming server and JMStudio (JMF player ) as a client side player to run the media streamed by live555 server . Can any one tell me how to do that ??? thanx ___ live-devel mailing list live-devel@lists.l

[Live-devel] how to use live555 as a RTP server

2007-06-05 Thread aditya gupta
  hi , Can any one tell me how to use live555MediaServer to transmit the media file through RTP (i.e without using any RTSP messages ) . thanx___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-dev

[Live-devel] how to stream H.264 via RTP

2007-06-06 Thread aditya gupta
  hi, I am able to stream MPEG1/2 videos through RTP using testMPEG1or2VideoStreamer program(testprogs) .. but i want to stream H.264 videos through RTP. I read http://www.live555.com/liveMedia/faq.html#h264-streaming but not able to understand it completely. Can any one tell how to do t

[Live-devel] how to stream H.264 via RTP

2007-06-06 Thread aditya gupta
  hi, I am able to stream MPEG1/2 videos through RTP using testMPEG1or2VideoStreamer program(testprogs) .. but i want to stream H.264 videos through RTP. I read http://www.live555.com/liveMedia/faq.html#h264-streaming but not able to understand it completely. Can any one tell how to do t

[Live-devel] MPEG4 RTP transmission

2007-06-13 Thread aditya gupta
hi, Can any one tell me how to transmit mpeg4 media via RTP .. i had made sufficient changes in testMPEG4VideoStreamer ( i.e. provide unicast address) but things are not working for me .. can any one tell me how to do it ..   thanx ___ live-devel m

Re: [Live-devel] MPEG4 RTP transmission

2007-06-14 Thread aditya gupta
On Thu, 14 Jun 2007 Ross Finlayson wrote : > >hi, > > > >Can any one tell me how to transmit mpeg4 media via RTP .. i had made > >sufficient changes in testMPEG4VideoStreamer ( i.e. provide unicast > >address) but things are not working for me .. > >Does it work OK for you if you *don't* make any

Re: [Live-devel] MPEG4 RTP transmission

2007-06-14 Thread aditya gupta
  On Thu, 14 Jun 2007 Ross Finlayson wrote : > >yeah it works fine ..but "testOnDemandRTSPServer" and > >"testMPEG4VideoStreamer" (unmodified version) are for RTSP > >transmission .. but i want to transmit media through RTP/RTCP > >transmission , and that is not working fine .. > >RTSP is not a

[Live-devel] MPEG4 RTP transmission

2007-06-14 Thread aditya gupta
  hi , i want to transmit MPEG4 media through RTP/RTCP (don't want to use RTSP).. so for this .. i made changes(provide unicast address) exactly as it is in testMPEG1or2VideoStreamer but i am unable to play with vlc player .. but i am able to play MPEG1/2 media streamed through testMPEG1or2

Re: [Live-devel] MPEG4 RTP transmission

2007-06-14 Thread aditya gupta
  On Fri, 15 Jun 2007 Ross Finlayson wrote : > >i want to transmit MPEG4 media through RTP/RTCP (don't want to use > >RTSP).. > >Then you're out of luck. To stream MPEG-4 using our library, you >need to use RTSP. We have both muticast ("testMPEG4VideoStreamer") >and unicast ("testOnDemandRTSPS

Re: [Live-devel] MPEG4 RTP transmission

2007-06-15 Thread aditya gupta
  On Fri, 15 Jun 2007 Ross Finlayson wrote : >>i think testMPEG1or2VideoStreamer is not using RTSP (correct me if i >>am wrong) so .. can't MPEG4 media be also transmitted in the same way >>through testMPEG4VideoStreamer ... > >No - MPEG-4 video is different. > >Because this is a frequently ask