Re: [Live-devel] Closing and deleting enviroment at the shutdownstream [ testRTSPClient and OpenRTSPClient]

2012-01-06 Thread Ross Finlayson
> I want to simply close and delete existing UsageEnvironment The (one and only) way to do this is to call "reclaim()" on the "UsageEnvironment" object. However, as you noted, this will not actually delete the object if the "liveMediaPriv" pointer is non-NULL. That happens if you call "recla

Re: [Live-devel] RTSP Streaming on iOS

2012-01-06 Thread Ross Finlayson
> Its my understanding that I am receiving the video frames correctly but I am > unsure on how to proceed from here to display the video on the device. > Any prod in the right direction is much appreciated. I can't help you with Objective-C programming, unfortunately. However, I suggest that yo

Re: [Live-devel] Require some info regarding live555

2012-01-06 Thread Ross Finlayson
> In the current Live555 source we have a sample application > testMPEG2TransportStreamer > which reads a MPEG Transport Stream file (named "test.ts"), and streams it, > using RTP, > to the multicast group 239.255.42.42, port 1234 and i can change the file > also. > > Now my question is how i

Re: [Live-devel] Extend RTSPServer and RTSPClient problems

2012-01-06 Thread Ross Finlayson
> I want to subclass RTSPServer and RTSPClient classes to extend my specific > functions. I don't recommend trying to modify or 'extend' the RTSP protocol, because - if you do so - you will end up with a protocol that noone else will understand. So, I'm not convinced that you need to subclass

Re: [Live-devel] H264VideoStreamDiscreteFramer problems

2012-01-06 Thread Ross Finlayson
> >I suggest using "openRTSP" as your client (give it the "-d " flag, > >to record a specific length of time). > >You should end up with a file named something like "VIDEO-H264-1". > >Rename this file to "test.h264". See whether or not you can play it using > >VLC. > >If you can't, then email

[Live-devel] RTSP Streaming on iOS

2012-01-06 Thread Viraj Mehta
Hello All,I was wondering if you folks can help me stream video which is available to me using RTSP.I have compiled Live555 source code for iOS and integrated in my project.After supplying the URL to the below code: session = [[RTSPClientSession alloc] initWithURL:[NSURL URLWithString:stringContain

Re: [Live-devel] Require some info regarding live555

2012-01-06 Thread Nishit Sharma
hi Meftah, Thanks for replying. Below is my query:- In the current Live555 source we have a sample application * testMPEG2TransportStreamer* which reads a MPEG Transport Stream file (named "test.ts"), and streams it, using RTP, to the multicast group 239.255.42.42, port 1234 and i can change the

[Live-devel] Extend RTSPServer and RTSPClient problems

2012-01-06 Thread 詹明
Hi, I want to subclass RTSPServer and RTSPClient classes to extend my specific functions. However, with the private class RequestQueue and some other private attributes defined within the RTSPClient class, I found it hard to overide just a few method to make it, because my overrided methods c

Re: [Live-devel] H264VideoStreamDiscreteFramer problems

2012-01-06 Thread David J Myers
You wrote: >I suggest using "openRTSP" as your client (give it the "-d " flag, to record a specific length of time). >You should end up with a file named something like "VIDEO-H264-1". >Rename this file to "test.h264". See whether or not you can play it using VLC. >If you can't, then ema

Re: [Live-devel] Require some info regarding live555

2012-01-06 Thread Meftah Tayeb
hello, what kind of stream source are you willing to multicast ? thank you - Original Message - From: Nishit Sharma To: live-de...@ns.live555.com Sent: Thursday, January 05, 2012 1:55 PM Subject: [Live-devel] Require some info regarding live555 Dear All, I am new to thi

[Live-devel] Require some info regarding live555

2012-01-06 Thread Nishit Sharma
Dear All, I am new to this Live555. I want to know in the present scenario is it possible to multicast different streams on different multicast IPs. In the source code i found that if i need to do so i need to create another instance of server but didn't get any findings regarding without creati

[Live-devel] Closing and deleting enviroment at the shutdownstream [ testRTSPClient and OpenRTSPClient]

2012-01-06 Thread Novalis Vapuru
Hi, I want to simply close and delete existing UsageEnvironment and shutdown method without "exit"... What I do so far is: 1. First : reclaim method env.reclaim(); but this does NOT delete the enviroment since env.liveMediaPriv != NULL... Of course i can set iveMediaPriv to NULL manually, b

Re: [Live-devel] GET_PARAMETER

2012-01-06 Thread Ross Finlayson
> I just started with live555 media server and my client starts with > GET_PARAMETER method rather than OPTIONS. > After reading RTSPServer.cpp i found that the method GET_PARAMETER is > implemented just as a 'keep alive' and it sends an empty response. Does the server send back an empty "200 OK

Re: [Live-devel] Test relay ?!

2012-01-06 Thread Ross Finlayson
> Hallo, I would like to modify testRelay.cpp to receive udp live input and > then rtsp to be output (rtsp://xxx.xxx.xxx.xxx:), otherwise udp to udp > relay work excellent but I want toforward in the RTSP so that others can see, > If you can show me I am a beginner in this ?! Yes, you can d