Re: [Live-devel] stream from data pointer, not file

2011-06-15 Thread Ross Finlayson
I want to stream the data included in nal[0].p_payload (the variable is uint8_t *p_payload) which is output of x264 encoding. I want to stream each byte after it gets out of the encoder. I am using testOnDemandRTSPServer (because I want unicast). Which is the simplest way to do it? You could

[Live-devel] stream from data pointer, not file

2011-06-15 Thread Sokratis Barmpounakis
I want to stream the data included in nal[0].p_payload (the variable is uint8_t *p_payload) which is output of x264 encoding. I want to stream each byte after it gets out of the encoder. I am using testOnDemandRTSPServer (because I want unicast). Which is the simplest way to do it? Thank you, Sok

Re: [Live-devel] Modifying LiveMedia RTSPServer classes to support URI parameters

2011-06-15 Thread Matt Schuckmannn
Worked like a charm, thank you Ross. Matt S. On 6/14/2011 2:45 PM, Matt Schuckmannn wrote: Ah I think I see what your saying I took your words "ServerMediaSubsession (subclass)" to mean that you were suggesting that I create an entirely new subclass type for each possible combination of para

Re: [Live-devel] Streaming testMPEG1or2AudioVideoStreamer behind network firewall

2011-06-15 Thread Ross Finlayson
Thank you for suggesting the reason for possible failure in streaming testMPEG1or2AudioVideoStreamer behind network firewall. It is indeed the case, as you have correctly pointed that firewall does not support multicast routing. But I face the same problem if I run the testMPEG1or2AudioVideoStr

Re: [Live-devel] Find a particular rtsp session

2011-06-15 Thread Lackey, Brad
Perfect, thank you! -Original Message- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Tuesday, June 14, 2011 8:30 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Find a particular rtsp sessio

Re: [Live-devel] Streaming testMPEG1or2AudioVideoStreamer behind network firewall

2011-06-15 Thread Sumeet Kumar - ERS, HCL Tech
Hi Ross, Thank you for suggesting the reason for possible failure in streaming testMPEG1or2AudioVideoStreamer behind network firewall. It is indeed the case, as you have correctly pointed that firewall does not support multicast routing. But I face the same problem if I run the testMPEG1or2Audi

Re: [Live-devel] VLC stops working due to live555 breakdown after 2147 seconds

2011-06-15 Thread Sébastien Escudier
On Wed, 2011-06-15 at 00:33 -0700, Ross Finlayson wrote: > >I have started a discussion on the VLC forum, which explains the > >problem I have with Live555: > >http://forum.videolan.org/viewtopic.php?f=14&t=90813 > > As noted in one of the messages on that forum, you should use a > recent versio

Re: [Live-devel] RTP over TCP with iPhone

2011-06-15 Thread Ross Finlayson
I guess that it isn't a server's problem. I tested the connection with an unmodified openRTSP client and got an image(see output below). My question is, are there other places i have to change in source code for using TCP except sendSetupCommand? No. -- Ross Finlayson Live Networks, Inc. http

Re: [Live-devel] VLC stops working due to live555 breakdown after 2147 seconds

2011-06-15 Thread Ross Finlayson
I have started a discussion on the VLC forum, which explains the problem I have with Live555: http://forum.videolan.org/viewtopic.php?f=14&t=90813 As noted in one of the messages on that forum, you should use a recent version of the LIVE555 code, which should fix the bug that you noted. --

Re: [Live-devel] RTP over TCP with iPhone

2011-06-15 Thread Dmitrij Velkin
Hello Ross, thank you for replying! I guess that it isn't a server's problem. I tested the connection with an unmodified openRTSP client and got an image(see output below). My question is, are there other places i have to change in source code for using TCP except sendSetupCommand? Thanks!