[Live-devel] Empty frames at beginning of mp4

2016-01-26 Thread SIMON Loic
Hi I am using OpenRTSP and i am looking for a way to add Xms of empty frames at the beginning of my vidéo For what i looked so far, it will be something pu in the setupStream function right before startPlayingSession, but no way of doing that so far. Do you have a way of helping me ? Maybe with

Re: [Live-devel] Problem with sending a PAUSE command

2016-01-20 Thread SIMON Loic
I do use the -4 option , i get a mp4 file , but with no sound De : live-devel de la part de Ross Finlayson Envoyé : mardi 19 janvier 2016 20:53 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] Problem with sending a PAUSE command

Re: [Live-devel] Problem with sending a PAUSE command

2016-01-19 Thread SIMON Loic
Fantastic , i managed to make someting that works great thanks to that I have a last little question about the recording of audio with openRTSP, when i use the ' -a ' option in a command line, i get a Mpeg4-generic file ( wich one i cant read with usual players ). In my application, i get in ou

[Live-devel] Problem with sending a PAUSE command

2016-01-18 Thread SIMON Loic
Hi all I am working on little app to record RTSP streaming So i included a large part of OpenRTSP in my app, calling it in another thread (my entry point is the main function), but i got stuck very fast in the infinite loop "DoEventLoop" and I managed to make myself a exit point using watchVa