Re: [Live-devel] MPEG4 RTP transmission

2007-06-15 Thread Ross Finlayson
>Hi Ross, > >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 frequentl

Re: [Live-devel] MPEG4 RTP transmission

2007-06-15 Thread Luca Abeni
Hi Ross, 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 asked questio

Re: [Live-devel] MPEG4 RTP transmission

2007-06-15 Thread Ross Finlayson
>thanx for all replies .. i will look out for some other way .. Or you could just use RTSP. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo

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

Re: [Live-devel] MPEG4 RTP transmission

2007-06-15 Thread Ross Finlayson
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 asked question, I have now added it to the FAQ: http

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-14 Thread Ross Finlayson
>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 ("testOnDemandRTSPServer") demo applications for this. -- Ross Finlayso

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

Re: [Live-devel] MPEG4 RTP transmission

2007-06-14 Thread Ross Finlayson
>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 'transmission' protocol; it is a control protocol. RTSP s

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-13 Thread Ross Finlayson
>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 changes to the code?? The supplied application code (fo