Re: [FFmpeg-user] Get Link Stream Output Error "Invalid data found when processing input"

2019-11-12 Thread all mylove via ffmpeg-user
Hi, Thank for your reply. I registered online course at wikilady.vn. I got 3 videos from this course. I wish i can download it to my SD card and put it into my phone to watch offline because my home have not internet. I searched on google for instructions "how to get m3u8 links". when i had lin

Re: [FFmpeg-user] How to escape a URL passed to the underlying dash muxer via tee

2019-11-12 Thread Dennis Mungai
On Wed, 13 Nov 2019 at 05:23, Dennis Mungai wrote: > > On Mon, 11 Nov 2019 at 15:14, Moritz Barsnick wrote: > > > > On Mon, Nov 11, 2019 at 11:46:16 +0300, Dennis Mungai wrote: > > > How should one escape a URL passed to the underlying DASH muxer via tee? > > > > > > Here's the string I use from

Re: [FFmpeg-user] How to escape a URL passed to the underlying dash muxer via tee

2019-11-12 Thread Dennis Mungai
On Mon, 11 Nov 2019 at 15:14, Moritz Barsnick wrote: > > On Mon, Nov 11, 2019 at 11:46:16 +0300, Dennis Mungai wrote: > > How should one escape a URL passed to the underlying DASH muxer via tee? > > > > Here's the string I use from within a BASH script setting the muxer options: > > > > DASHOPTS='

Re: [FFmpeg-user] Continuity issues with multiple UDP output streams.

2019-11-12 Thread Marton Balint
On Tue, 12 Nov 2019, James E. Baird wrote: Marten, Thanks for the reply. I am currently only copying to eliminate all other settings within my FFMPEG command string as a possible cause. The intent is to transcode, which I can already do from other servers to the receiver here, but I have t

Re: [FFmpeg-user] Timestamp using PC Clock - possible payment for solution.

2019-11-12 Thread Byron J
Micael, this might be exactly what I have been looking for, I'll try it. And duhu to me for not spotting the "localtime" setting ;) Byron Johnson On Tue, Nov 12, 2019 at 4:07 PM Micael Silva wrote: > On Tue, Nov 12, 2019 at 5:37 PM Byron J wrote: > > > Hello, > > > > What are some method

Re: [FFmpeg-user] Timestamp using PC Clock - possible payment for solution.

2019-11-12 Thread Micael Silva
On Tue, Nov 12, 2019 at 5:37 PM Byron J wrote: > Hello, > > What are some methods of timestamping video? I found one method using the > framerate but I would like to use the PC clock. > > Any help would be greatly appreciated. If anyone is interested, payment for > the solution could be a possibi

Re: [FFmpeg-user] Timestamp using PC Clock - possible payment for solution.

2019-11-12 Thread Michael Shaffer
You could make a Python script that updates a text file with the current system time. Then use ffmpeg to reload and overlay the text file for each frame. I have to admit, I tried something similar to this though and sometimes it would crash because they were both accessing the file. On Tue, Nov 12

Re: [FFmpeg-user] Continuity issues with multiple UDP output streams.

2019-11-12 Thread James E. Baird
Marten, Thanks for the reply. I am currently only copying to eliminate all other settings within my FFMPEG command string as a possible cause. The intent is to transcode, which I can already do from other servers to the receiver here, but I have to resolve this first. Using socat will not help

[FFmpeg-user] Timestamp using PC Clock - possible payment for solution.

2019-11-12 Thread Byron J
Hello, What are some methods of timestamping video? I found one method using the framerate but I would like to use the PC clock. Any help would be greatly appreciated. If anyone is interested, payment for the solution could be a possibility. Here is the .bat file with the FFMPEG commands running

Re: [FFmpeg-user] Continuity issues with multiple UDP output streams.

2019-11-12 Thread Marton Balint
On Tue, 12 Nov 2019, James E. Baird wrote: To add to this, I did some further testing and it would seem the lower the bitrate I make the streams from the transmitter, the more streams I can have without continuity errors on the receiver side. I did a resolution change from 1080p to 480p and

Re: [FFmpeg-user] Continuity issues with multiple UDP output streams.

2019-11-12 Thread James E. Baird
To add to this, I did some further testing and it would seem the lower the bitrate I make the streams from the transmitter, the more streams I can have without continuity errors on the receiver side. I did a resolution change from 1080p to 480p and dropped the bitrate on my streams from 12000-14

Re: [FFmpeg-user] Continuity issues with multiple UDP output streams.

2019-11-12 Thread James E. Baird
The version with the output was from the ffmpeg installed from the Ubuntu repository after a reinstall of Ubuntu to save testing time (I have tested 3.4.6, 4.1 and 4.2 on this server). I have validated 3.4.6 and 4.2 on another server as mentioned. The other transmitter is not having issues with

Re: [FFmpeg-user] Continuity issues with multiple UDP output streams.

2019-11-12 Thread Carl Zwanzig
On 11/12/2019 8:22 AM, James E. Baird wrote: Tested: Compiling FFMPEG from source Maybe from source, but not with the -current- source. ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers Please try with a newer version, preferably the git head (which is the

Re: [FFmpeg-user] Get Link Stream Output Error "Invalid data found when processing input"

2019-11-12 Thread Jim Shupert
this could be considered a thread hijackĀ  { sorry } sorry but we seem to have had a few windows folks who are submitting screen captures for the "complete console - yada yada" so ; a wee how to might help both ends of this effort one can on windows do a "mark" and copy or do your command pip

[FFmpeg-user] Continuity issues with multiple UDP output streams.

2019-11-12 Thread James E. Baird
Hello, I have run into an issue that I am stumped on. When copying UDP streams and output onto a new Multicast, I am seeing discontinuities on my receiver. It only happens if I add more than one instance of FFMPEG to the transmitter. It does not show continuity errors when debugging the stream

Re: [FFmpeg-user] Get Link Stream Output Error "Invalid data found when processing input"

2019-11-12 Thread JackDesBwa
I am just an occasional user and I do not understand what your question really is, but... did you see the big bold yellow "HTTP error 403 Forbidden" message? It might be part of the answer. By the way, copy-paste the output instead of sending screenshot, and give a better description of your quest