Re: [FFmpeg-user] ffplay struggling with this station!

2020-09-25 Thread andrei ka
so, just run vlc in cmdline & no display mode ;-)


On Thu, Sep 24, 2020 at 5:31 PM Carl Zwanzig  wrote:

> On 9/24/2020 6:29 AM, Firas Shahin via ffmpeg-user wrote:
> > But this tells me that it must be the software versions, since you
> didn’t have any issues.
>
> Always try with the current ffmpeg (and please do not top-post replies).
>
> Later,
>
> z!
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffplay struggling with this station!

2020-09-24 Thread Carl Zwanzig

On 9/24/2020 6:29 AM, Firas Shahin via ffmpeg-user wrote:

But this tells me that it must be the software versions, since you didn’t have 
any issues.


Always try with the current ffmpeg (and please do not top-post replies).

Later,

z!
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffplay struggling with this station!

2020-09-24 Thread Firas Shahin via ffmpeg-user
Well, I just tried that command you suggested, but it still skipped whenever it 
fetched a new TS. And it couldn’t be my connection speed as I have more than a 
Gbps internet speed. But this tells me that it must be the software versions, 
since you didn’t have any issues. I’ll update the software and let you guys 
know. Thank you for your help. 

> On Sep 24, 2020, at 00:04, Mark Filipak (ffmpeg)  wrote:
> 
> On 09/24/2020 12:52 AM, Edward Park wrote:
>> Hi,
>> I just realized that the station was public, so I just tried:
>> % ffplay -nodisp -vn 
>> "https://jrtv-live.ercdn.net/jrradio/englishradiovideo.m3u8”
>> no issues.
>>> I did try without that buffer flag, but that had no effect. I’m going to 
>>> try updating ffplay, and see if that helps.
>> Yeah also update the tls library before building and if that still doesn’t 
>> fix it it might be the connection speed?
>>> Also, I’ve noticed that vlc had a 1000 ms “network cache”, and I wonder if 
>>> that had anything to do with playing that station flawlessly.
>> That probably means something like it’s’ playing 1 second in the past, so if 
>> something happens and it can’t keep up in realtime there’s still 1 second to 
>> fix it before it skips.
> 
> That's exactly what it means, though I think the word "buffer" would be more 
> appropriate.
> 
> cache [noun]: a temporary storage space or memory that allows fast access to 
> data.
> 
> buffer [noun]: a storage device for temporarily holding data until the 
> computer is ready to receive or process the data, as when a receiving unit 
> has an operating speed lower than that of the unit feeding data to it.
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffplay struggling with this station!

2020-09-23 Thread Mark Filipak (ffmpeg)

On 09/24/2020 12:52 AM, Edward Park wrote:

Hi,

I just realized that the station was public, so I just tried:
% ffplay -nodisp -vn 
"https://jrtv-live.ercdn.net/jrradio/englishradiovideo.m3u8”
no issues.

I did try without that buffer flag, but that had no effect. I’m going to try 
updating ffplay, and see if that helps.

Yeah also update the tls library before building and if that still doesn’t fix 
it it might be the connection speed?


Also, I’ve noticed that vlc had a 1000 ms “network cache”, and I wonder if that 
had anything to do with playing that station flawlessly.


That probably means something like it’s’ playing 1 second in the past, so if 
something happens and it can’t keep up in realtime there’s still 1 second to 
fix it before it skips.


That's exactly what it means, though I think the word "buffer" would be more 
appropriate.

cache [noun]: a temporary storage space or memory that allows fast access to 
data.

buffer [noun]: a storage device for temporarily holding data until the computer is ready to receive 
or process the data, as when a receiving unit has an operating speed lower than that of the unit 
feeding data to it.

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffplay struggling with this station!

2020-09-23 Thread Edward Park
Hi,

I just realized that the station was public, so I just tried:
% ffplay -nodisp -vn 
"https://jrtv-live.ercdn.net/jrradio/englishradiovideo.m3u8”
no issues.
> I did try without that buffer flag, but that had no effect. I’m going to try 
> updating ffplay, and see if that helps. 
Yeah also update the tls library before building and if that still doesn’t fix 
it it might be the connection speed?

> Also, I’ve noticed that vlc had a 1000 ms “network cache”, and I wonder if 
> that had anything to do with playing that station flawlessly. 

That probably means something like it’s’ playing 1 second in the past, so if 
something happens and it can’t keep up in realtime there’s still 1 second to 
fix it before it skips.

Regards,
Ted Park

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffplay struggling with this station!

2020-09-23 Thread Firas Shahin via ffmpeg-user
Ted,

I did try without that buffer flag, but that had no effect. I’m going to try 
updating ffplay, and see if that helps. 

Also, I’ve noticed that vlc had a 1000 ms “network cache”, and I wonder if that 
had anything to do with playing that station flawlessly. 

Firas

> On Sep 23, 2020, at 17:59, Edward Park  wrote:
> 
> Hi,
> 
>> I use the following command to play the station: 
>> $ ffplay -nodisp -vn -fflags nobuffer -fflags discardcorrupt -flags 
>> low_delay https://jrtv-live.ercdn.net/jrradio/englishradiovideo.m3u8
> 
> 
> I think “-fflags nobuffer” tells ffplay not to buffer? So there will be 
> nothing to play every time ffmpeg finishes playing a segment and only then 
> starts fetching the next segment.
> 
> But I also thought if you use -fflags multiple times without a plus sign 
> before the flag only the last one was used, so I’m not sure.
> 
> And I’m pretty sure low_delay is only a thing in some video decoders.
> 
> Regards,
> Ted Park
> 
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffplay struggling with this station!

2020-09-23 Thread Edward Park
Hi,

> I use the following command to play the station: 
> $ ffplay -nodisp -vn -fflags nobuffer -fflags discardcorrupt -flags low_delay 
> https://jrtv-live.ercdn.net/jrradio/englishradiovideo.m3u8


I think “-fflags nobuffer” tells ffplay not to buffer? So there will be nothing 
to play every time ffmpeg finishes playing a segment and only then starts 
fetching the next segment.

But I also thought if you use -fflags multiple times without a plus sign before 
the flag only the last one was used, so I’m not sure.

And I’m pretty sure low_delay is only a thing in some video decoders.

Regards,
Ted Park

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ffplay struggling with this station!

2020-09-23 Thread Carl Zwanzig

Hello,

Please limit the use of "!"...

On 9/23/2020 3:19 PM, Firas Shahin via ffmpeg-user wrote:
ffplay version 3.2.15-0+deb9u1 Copyright (c) 2003-2020 the FFmpeg developers  built with gcc 6.3.0 (Debian 6.3.0-18+deb9u1) 20170516 
That's quite an old version, you'll need to try with an up-to-date build, 
preferable from the "git head" (see https://ffmpeg.org/download.html). Also, 
be careful in posting from yahoo as its html->plaintext converter loses 
line-ends; this makes the output much harder to read.


Later,

z!
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".