Re: [Live-devel] auto playlist generation

2011-12-07 Thread Ross Finlayson
> i do have a hendred of MP3 files > that i want to stream to mobile devices > but is hard to generate a m3u or any kind of playlist > can live555 media server do that ? No, not unless you give the client a playlist. The simplest way to do what you want is simply to concatenate together all of y

Re: [Live-devel] Creating multiple OpenRtspClient [ or destroying current client in a proper way ]

2011-12-07 Thread Ross Finlayson
This software is not intended to be modified by people who use "@gmail.com" email addresses. (Generally speaking, such people lack the necessary technical sophistication.) But in your case, you probably don't need to modify the "openRTSP" code at all. Because you want to just open multiple "r

[Live-devel] auto playlist generation

2011-12-07 Thread Meftah Tayeb
Mobile: +213660347746 __ Information from ESET NOD32 Antivirus, version of virus signature database 6692 (20111207) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ___ live-devel mailing list live-devel

[Live-devel] Creating multiple OpenRtspClient [ or destroying current client in a proper way ]

2011-12-07 Thread 6.45 6.45.Vapuru
Hi, In openRtspClient i modify shutdown() method: I remove "exit(exitValue)"...Because without exiting the program i try to create new client When I use live555 client i see that env object is not desyroyed when client [modified] shutdown method is called... So when I decide to use env->r

Re: [Live-devel] shutdown rtsp client subclass without stopping program.

2011-12-07 Thread Jeff Shanab
That is exactly what I am trying. :( From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, December 07, 2011 10:58 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] shutdown rtsp client subclass w

Re: [Live-devel] shutdown rtsp client subclass without stopping program.

2011-12-07 Thread Ross Finlayson
> I am trying to shutdown my subclassed rtsp client and because of the > migration to async, I am having a hard time avoiding access violations. > > It seems like the object destroys when I call Media::close and then it tries > to handle an incoming response or data and then crashes when there

[Live-devel] shutdown rtsp client subclass without stopping program.

2011-12-07 Thread Jeff Shanab
I am trying to shutdown my subclassed rtsp client and because of the migration to async, I am having a hard time avoiding access violations. It seems like the object destroys when I call Media::close and then it tries to handle an incoming response or data and then crashes when there is no Requ

Re: [Live-devel] Write completed Nal / frame to sink when a new begins

2011-12-07 Thread Ross Finlayson
> First of all, I am aware that I must not be touching existent and working > code. I have not done any modifications. I am just trying to understand how > it works. And the code has no problem. I just want to adapt it to my needs. You should be thinking in terms of "subclassing the code for your

Re: [Live-devel] Write completed Nal / frame to sink when a new begins

2011-12-07 Thread Alberto Alvarez
Hi, I'm sorry I did not explain myself. First of all, I am aware that I must not be touching existent and working code. I have not done any modifications. I am just trying to understand how it works. And the code has no problem. I just want to adapt it to my needs. Let's say I would like to have

Re: [Live-devel] Write completed Nal / frame to sink when a new begins

2011-12-07 Thread Ross Finlayson
I'm sorry, but I don't really understand your question. However, rather than messing around modifying the supplied code, which is something that you shouldn't be doing, especially since you are "a bit lost at how the data is transferred between source and sink", why don't you instead treat the

[Live-devel] Write completed Nal / frame to sink when a new begins

2011-12-07 Thread Alberto Alvarez
Hi all, I have been messing around with doGetNextFrame1() code in MultiFramedRTPSource AFAIK, currently this function sends to its sink the completed frame whenever the "currenPacketCompletesFrames" is flagged, which makes perfect sense. However, i would like to be able to send it to the sink onc