[Live-devel] Media server stack overflow when large number of streams started simultaneously

2016-04-18 Thread John Finlay
lly a scalable solution. If anyone has any suggestions of how we could stop this behaviour they would be greatly appreciated. Thanks, John ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Live555 compile to arm7 from a Windows QNX IDE (Momentics)

2015-05-13 Thread Jones, John (GE Transportation)
64 streams, but I need the latest versions and only have legacy stuff which does not operate properly. Can anyone have any advice? Thanks for your time... John W. Jones Software Engineer? ___ live-devel mailing list live-devel@lists.live55

[Live-devel] testOnDemandRTSPServer timing issues

2014-08-13 Thread John Q via live-devel
ted to it. I want to see live stream in the client from the instant it connects to the server. How can I do this? Regards John--- End Message --- ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] stream webcam using ffmpeg and live555

2014-06-26 Thread John Q via live-devel
--- Begin Message --- How can I fix it? I am new here. Any suggestions? Much appreciate your pointing me in the right direction. On Thursday, 26 June 2014, 4:44, Ross Finlayson wrote: That's what I thought too. The "testOnDemandRTSPServer" prints "missing sync byte" on the console when I tr

Re: [Live-devel] stream webcam using ffmpeg and live555

2014-06-24 Thread John Q via live-devel
--- Begin Message --- Hi Ross, That's what I thought too. The "testOnDemandRTSPServer" prints "missing sync byte" on the console when I try to grab frames from it using VLC. On Tuesday, 24 June 2014, 2:29, Ross Finlayson wrote: I want to stream my webcam from a windows 7 (64-bit) machine

[Live-devel] proxy server timing issues

2014-06-24 Thread John Q via live-devel
2-3 seconds old. Regards John--- End Message --- ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] stream webcam using ffmpeg and live555

2014-06-20 Thread John Q via live-devel
--- Begin Message --- I am new to live555. I want to stream my webcam from a windows 7 (64-bit) machine behind home LAN using ffmpeg as the encoder to a live555 server running on a Debian 64-bit linux machine in a data center over the WAN. I want to send a H.264 RTP/UDP stream from ffmpeg and th

Re: [Live-devel] valgrind showing memory leaks in Indexer

2014-05-24 Thread john dicostanzo
==29177== at 0x402BA13: operator new(unsigned int)(vg_replace_malloc.c:313) ==29177== by 0x8055B67: _Tables::getOurTables( UsageEnvironment &,unsigned char) ==29177== by 0x6524B67: MediaLookupTables::ourMedia(UsageEnvironment) ==29177== by 0x5874C6A: Medium::close(UsageEnvironment &,char const *) =

[Live-devel] valgrind showing memory leaks in Indexer

2014-05-21 Thread john dicostanzo
177== by 0x5345C67: Medium::close(Medium*) I don't know, why its creating new dynamic object in Medium::close(operator new(unsigned int)(vg_replace_malloc.c:313)) Thanks, John ___ live-devel mailing list live-devel@lists.live555.com http://lists.live55

Re: [Live-devel] Loop Streaming File to Live

2014-04-21 Thread Sajo John
s each time. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel -- Thanks and Regards, Sajo John Software Developer Saranyu Technolo

[Live-devel] Loop Streaming File to Live

2014-04-21 Thread Sajo John
Hi, I'm trying to figure out a method to loop stream a file continuously as a Live Stream over RTMP/RTSP. I'm a newbie to Live555 libraries and I'm not able to do figure how to go about this. Please help me with this. -- Thanks and Reg

Re: [Live-devel] regarding test app MPEG2TransportStreamIndexer

2014-02-09 Thread john dicostanzo
ll handles and goes down. > > > John, > > Thanks for the note. > > Please put your Transport Stream file (the one that produces this error) > on a (publically-accessible) web server, and send us the URL, so we can > download it and test it ourself. > > > R

[Live-devel] regarding test app MPEG2TransportStreamIndexer

2014-02-04 Thread john dicostanzo
HI, I am using test app MPEG2TransportStreamIndexer. In file MPEG2IndexFromTransportStream.cpp,when it got error "Unexpectedly large PES header size" its close all handles and goes down. i want to catch this error in test app and perform action on it. so can i catch this error??? Reg

[Live-devel] TS parsing in testMPEG2TransportReceiver

2014-01-16 Thread john dicostanzo
HI, I am using testMPEG2TransportReceiver over rpt . At receiver end,i want to receive and parse each packet of 188 byte of TS stream. please suggest what function and classes i can use for this purpose. need to subclass any classes??? John ___ live

[Live-devel] problem in MPEG2TransportStreamIndexer app..

2014-01-12 Thread john dicostanzo
HI, I am using test app MPEG2TransportStreamIndexer. I built windows solution for it and built it in debug mode but when i am running it, it is getting crashed in file "filesink.cpp" at line if (fOutFid == NULL || fflush(fOutFid) == EOF) in function afterGettingFrame. Rega

[Live-devel] Regarding testOndemandRtspserver test app....

2013-12-25 Thread john dicostanzo
HI Ross, I am using testOnDemandRtspServer application and at the end i wand to delete the objects of TaskScheduler and UsageEnvironment,but these classes have protected destructor.so how can i free memory for these classes. John ___ live-devel mailing

[Live-devel] Client Session

2013-12-01 Thread john dicostanzo
HI, I am using testOndeandRtspServer,i want to know that how many clients it can handle at same time??? Thanks & Regards, John ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Multiple session in Live555

2013-11-13 Thread john dicostanzo
HI Ross, I am new to Live555. I am using your test app "testOndemandRtspServer",i want to know that how its maintain multiple clients session internally. is it create multiple process?? Thanks and Regards, John ___ live-devel mailing list

[Live-devel] Potential enhancement for SAP/SDP parser

2013-05-07 Thread John Senior
r forum and I was told that in this case the SAP/SDP parsing is being handled by the live555 library that in integrated with VLC. (VLC version is 2.0.6) Would the live555 supporters consider enhancing their SAP/SDP parser to be more flexible and more compatible with RFC 4566? Thanks for your

[Live-devel] LIVE555 RTMP

2012-04-30 Thread John Virga
Is RTMP going to be supported in the future for stream creation and acquisition? Thanks! ~ - ~ - ~ - ~ - ~ - ~ - ~ John J. Virga Advanced Services Engineer ~ - ~ - ~ - ~ - ~ - ~ - ~ ___ live-devel mailing list live-devel@lists.live555.com http

Re: [Live-devel] odd port number for transport stream over UDP

2012-02-21 Thread John Orr
Thanks for the note. Yes, your case is somewhat obscure (and I hope that your network doesn't reorder packets, because - without RTP - you won't be able to handle this properly). If you have any control over your server, you should consider fixing it so that it uses RTP (and with an even-nu

[Live-devel] odd port number for transport stream over UDP

2012-02-20 Thread John Orr
I have a media player that uses Live555 to stream from RTSP/RTP as well as transport stream over UDP (IPTV style). When playing transport stream over UDP, I put together an SDP description like this: s=MPEG Transport Stream over UDP i=TS over UDP t=0 0 a=type:broadcast m=video UDP 33 c=IN IP4

[Live-devel] live555 (via vlc) and WMS

2011-09-14 Thread John Sullivan
works too in this case because WMS doesn't appear to care whether a URL without a query string ends in a slash or not. But with the query string, using the original URL is critical.) John -- Dead stars still burn ___ live-devel mailing list live-

[Live-devel] Frame -- as used in the live555 code, is this a 'video' frame?

2011-08-11 Thread John Clark
tection. While this would probably be clear with some amount of study of the code, if someone could give a brief over view, and pointers to specific code chunks I'd appreciate it. Thanks, John Clark. ___ live-devel mailing list live-dev

Re: [Live-devel] Problem with RTSP Audio

2011-05-18 Thread John McNamara
Thanks so much Ross, Guys I really appreciate all the help... sorry for all the newbie questions... John McNamara, Sendmode.com Colab, LYIT, Letterkenny, Co. Donegal. t: 074 9116059 m: 086 1524741 w: www.sendmode.com -Original Message- From: live-devel-boun...@ns.live555.com

Re: [Live-devel] Problem with RTSP Audio

2011-05-17 Thread John McNamara
Thanks Steve, Much appreciated. John McNamara, Sendmode.com Colab, LYIT, Letterkenny, Co. Donegal. t: 074 9116059 m: 086 1524741 w: <http://www.sendmode.com> www.sendmode.com _ From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.c

[Live-devel] Problem with RTSP Audio

2011-05-17 Thread John McNamara
can see loads of data coming through, problem is I'm new to all this and don't really know how to read and process these packets and send to iPhone speakers. Has anyone done this before and could help us? All help is really appreciated. Thanks, John John McNamara, Sendmode.com C

Re: [Live-devel] SAP announcements and the live555 library in VLC (multiple media ports please)

2011-03-03 Thread John Blyth
Thanks Ross, it is not a problem decoding the SDP file and the corresponding stream - VLC and QuicktimePlayer7 all do this and will display the rtsp stream from the information encoded in the SDP file. {The openrtsp does not have a SAP interpreting function?} The problem we have been experiencing

[Live-devel] SAP announcements and the live555 library in VLC (multiple media ports please)

2011-03-01 Thread John Blyth
Hi all, the live555 library is used by VLC. VLC can decode SAP announcements to make it easy for end users to access playlists via SAP announce and it appears that the live555 library is used to decode the SAP announcements. But VLC will not decode properly formed SAP announcements where there is

Re: [Live-devel] Newbie with a DirectShow headache

2010-10-07 Thread John Orr
Iain, I played with that same rtspdirectshow sourceforge project a few months back while trying to get my feet wet on live555 and apply it to DirectShow. That project is certainly not cooked all the way. It been a while, but I think the author there struggled with parsing out proper media

Re: [Live-devel] Graceful handling of socket error

2010-09-14 Thread John Tam
Ross, Thank you for your advise. My bad on the 10038 error in particular in which I torn down the client session while trying to manage these sessions. Of course, I hope the previously proposed change to replace the call to abort() is still moving forward. Regards, John Tam

Re: [Live-devel] more RTSP/H264 questions Was:Using openRTSP to receive and decode h264

2010-09-09 Thread John Tam
Let's say in your case, MPlayer is the client program and VLC is the server program. The source & sink here mean the objects within a program. For your instance of the MPlayer program, the source is H264VideoRTPSource and the sink is some kind of renderer. You will find H264VideoRTPSink in y

Re: [Live-devel] Graceful handling of socket error

2010-09-08 Thread John Tam
source [code] of failure since it might also be replacing other abort() calls in the liveMedia library. As for handling the socket error in question, there will be much work to identify the type of [client or server] session and perform the appropriate cleanup. Regards, John Tam

[Live-devel] Graceful handling of socket error

2010-09-08 Thread John Tam
Hello, I am suggesting the call to abort() in the function BasicTaskScheduler::SingleStep() at line 95 in BasicTaskScheduler.cpp to be replace with something that is less destructive (C++ exception?) since a socket error can happen for legitimate reasons (remote closed, ...). Regards, John

Re: [Live-devel] Server runaway streams for shared session for RTP-over-TCP client

2010-09-08 Thread John Tam
whatever reason, this senario keeps happening to me nowadays although I am using the same client program [VLC 0.9.6] as before, and I cannot verify your last fix. Regards, John Tam > Date: Tue, 31 Aug 2010 11:11:37 -0700 > To: live-de...@ns.live555.com > From: finlay...@live555.com

Re: [Live-devel] Server runaway streams for shared session for RTP-over-TCP client

2010-08-20 Thread John Tam
Hello Ross, I have update to the latest July 29, 2010 version of LiveMedia. The same problem exists. Regards, John > Date: Sun, 8 Aug 2010 06:33:50 -0700 > To: live-de...@ns.live555.com > From: finlay...@live555.com > Subject: Re: [Live-devel] Server runaway streams for sh

[Live-devel] Server runaway streams for shared session for RTP-over-TCP client

2010-08-06 Thread John Tam
cketDescriptor->lookupRTPInterface(streams->fStreamChannelId)) { socketDescriptor->reregisterRTPInterface(); } else { // Tell it about our subChannel: socketDescriptor->register

[Live-devel] stream JPEG video via RTP

2010-03-23 Thread john david
Hi, Hi I'm fresher to the live555, How can I stream JPEG video via RTP? Is there any application that sending and receiving the PEG video via RTP in Linux system. Warm Regards, John David. ___ live-devel mailing list live-devel@lists.live555.com

Re: [Live-devel] trying to capture an .mp4 with openRTSP

2008-08-20 Thread John Zorko
Ross, I think what I need to do is examine what shutdown() does in playCommon.cpp, so I can see if I can fake out a client into thinking that it can play the file. I know it sounds nutso ... Regards, John Falling You - exploring the beauty of voice and sound http://www.fallingyou.com

Re: [Live-devel] trying to capture an .mp4 with openRTSP

2008-08-20 Thread John Zorko
f an .mp4 file that is only known after the file is finished being created (though this would effectively mean you need to seek on stdout, which I didn't think was possible)? Regards, John Falling You - exploring the beauty of voice and sound http://www.fallingyou.com ___

[Live-devel] trying to capture an .mp4 with openRTSP

2008-08-20 Thread John Zorko
map:97 MP4V-ES/9 a=fmtp:97 profile-level- id = 1 ;config=01B0F301B50EE040C0CF01000120008440FA285020F0A31F a=mpeg4-esid:201 a=cliprect:0,0,240,320 a=framesize:97 320-240 a=x-bufferdelay:5.00 a=control:trackID=2 ... what am I doing wrong? Regards, John Falling You - e

Re: [Live-devel] Using OpenRTSP for receiving H264

2008-08-09 Thread John Smith
Good reply. Thanks> Date: Sat, 9 Aug 2008 08:18:50 -0700> To: [EMAIL PROTECTED]> From: [EMAIL PROTECTED]> Subject: Re: [Live-devel] Using OpenRTSP for receiving H264> > >Hi,> >> >I test OpenRTSP for the URL rtsp://207.235.112.116/h264test2.mp4.> >Two files are created and OpenRTSP displays foll

[Live-devel] Using OpenRTSP for receiving H264

2008-08-09 Thread John Smith
Hi, I test OpenRTSP for the URL rtsp://207.235.112.116/h264test2.mp4. Two files are created and OpenRTSP displays following messages; Started playing sessionReceiving streamed data (for up to 376.541992 seconds)... But the file size is 0 after the teardown message appeared. If I tried loc

[Live-devel] currentNALUnitEndsAccessUnit()?

2008-06-23 Thread John Kate
I know what "currentNALUnitEndsAccessUnit()" is for, but i don not see any call to this? Thx John ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] How to mux a binary stream along with audio/video?

2007-10-17 Thread John
hard this may be. Thank you John __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ live-devel mailing list live-devel@lists.live555.com http

Re: [Live-devel] Is this possible with live-devel lib?

2007-08-14 Thread John Gunnarsson
play etc, and therefor the RTSP protocol is not an option (since it's not the streaming client that would request operations such as seek) //John On 8/10/07, Ross Finlayson <[EMAIL PROTECTED]> wrote: > >Instead of having a "dumb" streaming server that for example >

Re: [Live-devel] Is this possible with live-devel lib?

2007-08-10 Thread John Gunnarsson
client, I want the streamserver to be remotely controlled via a webpage (for example) where I can seek, pause, play etc. Much like having a VLC/Winamp player locally with the difference that I'm controlling the streamserver instead. Does it make any sense to you? //John On 8/10/07, Ross Fi

[Live-devel] Anyone used Barix Extreamer as a client?

2007-08-10 Thread John Gunnarsson
Hi, Has anyone used a Barix Extreamer (http://www.barix.com/content/view/57/183/) as a streaming client with liveMedia library as a streaming server? //John ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman

[Live-devel] Is this possible with live-devel lib?

2007-08-10 Thread John Gunnarsson
ke in vlc, seek to 2:50 into the song playing)? Is it possible to pause, resume aswell? I saw the extensive documentation, but I'm not really sure where to start, could you give me some hints on which classes/datastructures where I could start, that fits my need the best for the scenario above