Re: [Libav-user] write hls stream to disc

2015-04-17 Thread Georg Stein
Hello, i still have the same problem here. Whilke i now tried a lot of things in the Inputcontext without a result, i got the idea, that perhaps my output where i write the frames to disc is the problem. I checked the download of the single segments of the hls stream with wget, and here i got

Re: [Libav-user] write hls stream to disc

2015-04-15 Thread Georg Stein
to come back to my issue, is it perhaps somehow possible to choose the segment where i start the connection, ive seen in the m3u8 files thata there are always also older segments listed not only the actual one. and who to i define the time to analyze the stream with avformat_open_input, i tri

Re: [Libav-user] write hls stream to disc

2015-04-15 Thread Georg Stein
when i look into my logs (writing the packets) these are always making a pause from around 4-8 secs, then i get 4 secs long packets to write, this is of course not what i need to play this in almost realtime. For me oit looks like i did something worng while i opened the stream with avformat_op

Re: [Libav-user] write hls stream to disc

2015-04-15 Thread wm4
On Wed, 15 Apr 2015 11:46:39 + (UTC) Carl Eugen Hoyos wrote: > Georg Stein writes: > > > > What's wrong with mplayer -dumpstream ? > > > > against mplayer: > > first i have to do some preprocessing to get the > > stream url, and then i wanted to start > > prohgramming around ffmpeg. > >

Re: [Libav-user] write hls stream to disc

2015-04-15 Thread Carl Eugen Hoyos
Georg Stein writes: > > What's wrong with mplayer -dumpstream ? > > against mplayer: > first i have to do some preprocessing to get the > stream url, and then i wanted to start > prohgramming around ffmpeg. The important thing to get this right - imo! - is not to "mux" the output but to write

Re: [Libav-user] write hls stream to disc

2015-04-15 Thread Georg Stein
Hello Carl Eugen, against mplayer: first i have to do some preprocessing to get the stream url, and then i wanted to start prohgramming around ffmpeg. My plan is to make a small app for different types of streams in Qt to only play it i could also use ffplay. I looked also already in the sou

Re: [Libav-user] write hls stream to disc

2015-04-15 Thread Carl Eugen Hoyos
Georg Stein writes: > i wrote an app what writes live streams as a > file to the disc. What's wrong with mplayer -dumpstream ? Carl Eugen ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/libav-user

[Libav-user] write hls stream to disc

2015-04-14 Thread Georg Stein
Hello, i wrote an app what writes live streams as a file to the disc. This works very well with mosz of the streams but some of them are making a long pause while receiving the segments - means i get a segment writeit to disc and then it takes around 6secs to get the next one. The ffmpeg comma