Re: [FFmpeg-user] ffmpeg for transcoding a stream into web pag

2019-05-03 Thread R C
uhm...   no... basically, I just want "some way"  to pull a stream from a camera, and display it in a web page,  basically rstsp over http...   I don't really want to try anything commercial.  It shouldn't be too difficult, accept, since a bit, streaming with players is disabled in most brows

Re: [FFmpeg-user] Problems with ffmpeg on Windows 10

2019-05-03 Thread Karen Norton
On Fri, May 3, 2019 at 8:19 PM Spencer Graves wrote: > Hello: > > >I could use your help with three problems: > > > IMMEDIATE BLOCK: I downloaded wzdu53.exe to a Windows 10 machine. > However, when I double-click on it, a little circle goes around for a > fraction of a second and then st

[FFmpeg-user] Problems with ffmpeg on Windows 10

2019-05-03 Thread Spencer Graves
Hello:   I could use your help with three problems: IMMEDIATE BLOCK:  I downloaded wzdu53.exe to a Windows 10 machine. However, when I double-click on it, a little circle goes around for a fraction of a second and then stops.  What do you suggest I try to get past this? WHY DO I CARE

Re: [FFmpeg-user] ffmpeg for transcoding a stream into web pag

2019-05-03 Thread Michael Shaffer
Have you experimented with Unreal Live Server? http://www.umediaserver.net/umediaserver/download.html On Fri, May 3, 2019 at 6:58 PM R C wrote: > Hello Ted, > > > that seems to work! thank you!! That ffmpeg command is indeed making a > movie from that stream into a file, tried watching it, VL

Re: [FFmpeg-user] ffmpeg for transcoding a stream into web pag

2019-05-03 Thread R C
Hello Ted, that seems to work!  thank you!!  That ffmpeg command is indeed making a movie from that stream into a file, tried watching it, VLC does give me trouble, but it shows it as a movie. Would be cool if I could have the output as a stream, that I can embed. I am new to ffmpeg and gst

[FFmpeg-user] ffmpeg stops after empty JPG

2019-05-03 Thread Martijn van Beurden
Hi all, ffmpeg apparently stops encoding without warning when it encounters an empty JPG file. I have a script dumping camera snapshots every second, which I want to convert to a video. However, sometimes, an empty snapshot is returned. Command (cron job): ffmpeg -pattern_type glob -framerate

[FFmpeg-user] Loop around in segment file name

2019-05-03 Thread Felipe pi pe
I’m transcoding with the segment muxer and I want to loop the filename around when a certain number of files has been reached, i.e. 1.mp4, 2.mp4, 3.mp4, 1.mp4, 2.mp4, 3.mp4, etc, overwriting the existing ones. Is that posible? ___ ffmpeg-user mailing l

Re: [FFmpeg-user] HLS - Insert timed metadata or timed event into HLS

2019-05-03 Thread Ted Park
> Is there a way to insert in a timed metadata or timed event into HLS content? > For example, at 5 seconds into the movie, the player (Android exoplayer) can > receive a timed metadata or timed event, so that the player can offer the > user to skip the introduction. > But now I need to insert

Re: [FFmpeg-user] qsv : do I really need to patch and build the kernel ?

2019-05-03 Thread Dennis Mungai
On Fri, 3 May 2019 at 12:55, Carl Eugen Hoyos wrote: > Am Fr., 3. Mai 2019 um 11:51 Uhr schrieb Dennis Mungai >: > > > Making assumptions on the user's technical capabilities in such a > project, > > on a user forum, is dangerously dismissive. > > That was exactly my point: I was not successful

Re: [FFmpeg-user] qsv : do I really need to patch and build the kernel ?

2019-05-03 Thread Carl Eugen Hoyos
Am Fr., 3. Mai 2019 um 11:51 Uhr schrieb Dennis Mungai : > Making assumptions on the user's technical capabilities in such a project, > on a user forum, is dangerously dismissive. That was exactly my point: I was not successful with qsv, and I hope to have some technical capabilities. Sorry for

Re: [FFmpeg-user] qsv : do I really need to patch and build the kernel ?

2019-05-03 Thread Carl Eugen Hoyos
Am Fr., 3. Mai 2019 um 02:35 Uhr schrieb sean darcy : > > I'm getting old watching libx265 run, so I was thinkng of experimenting > with hevc_qsv. I configured ffmpeg with libmpfx. But now I read I need a > plugin: hevc_hw. And to get that plugin I need to install the Intel > Media SDK, which requi

Re: [FFmpeg-user] qsv : do I really need to patch and build the kernel ?

2019-05-03 Thread Dennis Mungai
On Fri, 3 May 2019 at 12:39, Carl Eugen Hoyos wrote: > Am Fr., 3. Mai 2019 um 06:26 Uhr schrieb Dennis Mungai >: > > > See this answer on superuser for more details > > https://superuser.com/a/1428799/473795 > > Would you agree that this answer contains too many details? > > > The wiki on QuickS

Re: [FFmpeg-user] qsv : do I really need to patch and build the kernel ?

2019-05-03 Thread Carl Eugen Hoyos
Am Fr., 3. Mai 2019 um 06:26 Uhr schrieb Dennis Mungai : > See this answer on superuser for more details > https://superuser.com/a/1428799/473795 Would you agree that this answer contains too many details? Sorry, Carl Eugen ___ ffmpeg-user mailing list

Re: [FFmpeg-user] qsv : do I really need to patch and build the kernel ?

2019-05-03 Thread Ted Park
> I'm getting old watching libx265 run, so I was thinkng of experimenting with > hevc_qsv. I configured ffmpeg with libmpfx. But now I read I need a plugin: > hevc_hw. > It seems h264_qsv does not require the plugin, but hevc does. Am I reading > this correctly ? I don’t know much about how q

Re: [FFmpeg-user] ffmpeg for transcoding a stream into web pag

2019-05-03 Thread Ted Park
> So my idea was tho use ffmpeg or gstreamer to embed it in html, with some > sort of player. Html you’re gonna need to write yourself, but you can use the rtsp stream as an input and output HLS to embed in your html, I think this will get you what you want. Something like ffmpeg -i rtsp://192