Re: Playing Videos From Netflix/Amazon

2023-06-19 Thread Rabin Yasharzadehe
Not sure how you download the content, but it might still be encrypted (see
Widevine for more details)


--
Rabin


On Mon, 19 Jun 2023 at 08:31, Aharon Schkolnik  wrote:

> Hi.
>
> I am running Fedora 38.
>
> I want to download MP4 files from Netflix/Amazon and view them later.
>
> I am able to download the videos using firefox and Video DownloadHelper.
>
> However, I am unable to play the downloaded files.
>
> vlc gives the following messages:
>
> [5635413d1520] main libvlc: Running vlc with the default interface.
> Use 'cvlc' to use vlc without interface.
> qt.qpa.qgnomeplatform.theme: The desktop style for QtQuick Controls 2
> applications is not available on the system (qqc2-desktop-style). The
> application may look broken.
> [7f5a5c0011c0] mp4 demux error: missing avcC
> [7f5a5c0011c0] mp4 demux: Fragment sequence discontinuity detected 1
> != 0
> [h264 @ 0x7f5a5cc41400] No start code is found.
> [h264 @ 0x7f5a5cc41400] Error splitting the input into NAL units.
> [h264 @ 0x7f5a5cc5dd00] No start code is found.
> _
> mpv gives me
>
> Failed to recognize file format.
>
> __
>
>
> Anyone know what I can do?
>
>
> TIA
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Playing Videos From Netflix/Amazon

2023-06-19 Thread Efraim Flashner
On Mon, Jun 19, 2023 at 08:30:17AM +0300, Aharon Schkolnik wrote:
> Hi.
> 
> I am running Fedora 38.
> 
> I want to download MP4 files from Netflix/Amazon and view them later.
> 
> I am able to download the videos using firefox and Video DownloadHelper.
> 
> However, I am unable to play the downloaded files.
> 
> vlc gives the following messages:
> 
> [5635413d1520] main libvlc: Running vlc with the default interface. Use
> 'cvlc' to use vlc without interface.
> qt.qpa.qgnomeplatform.theme: The desktop style for QtQuick Controls 2
> applications is not available on the system (qqc2-desktop-style). The
> application may look broken.
> [7f5a5c0011c0] mp4 demux error: missing avcC
> [7f5a5c0011c0] mp4 demux: Fragment sequence discontinuity detected 1 !=
> 0
> [h264 @ 0x7f5a5cc41400] No start code is found.
> [h264 @ 0x7f5a5cc41400] Error splitting the input into NAL units.
> [h264 @ 0x7f5a5cc5dd00] No start code is found.
> _
> mpv gives me
> 
> Failed to recognize file format.
> 
> __
> 
> 
> Anyone know what I can do?
> 

does ffprobe give any useful information?

-- 
Efraim Flashner  רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted


signature.asc
Description: PGP signature
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Playing Videos From Netflix/Amazon

2023-06-18 Thread Roman Balashevich
HTTP Live Streaming, or HLS, is a technology that allows you to create a
platform to stream audio and video content over the internet in real-time.
Top streaming companies like Apple, Facebook, and Netflix use it to deliver
content to millions of people worldwide. You cannot easily download their
content if you don't have an internal HLS playlist given to the client.
Also keep in mind that streams may be encoded.

пн, 19 июн. 2023 г. в 08:31, Aharon Schkolnik :

> Hi.
>
> I am running Fedora 38.
>
> I want to download MP4 files from Netflix/Amazon and view them later.
>
> I am able to download the videos using firefox and Video DownloadHelper.
>
> However, I am unable to play the downloaded files.
>
> vlc gives the following messages:
>
> [5635413d1520] main libvlc: Running vlc with the default interface.
> Use 'cvlc' to use vlc without interface.
> qt.qpa.qgnomeplatform.theme: The desktop style for QtQuick Controls 2
> applications is not available on the system (qqc2-desktop-style). The
> application may look broken.
> [7f5a5c0011c0] mp4 demux error: missing avcC
> [7f5a5c0011c0] mp4 demux: Fragment sequence discontinuity detected 1
> != 0
> [h264 @ 0x7f5a5cc41400] No start code is found.
> [h264 @ 0x7f5a5cc41400] Error splitting the input into NAL units.
> [h264 @ 0x7f5a5cc5dd00] No start code is found.
> _
> mpv gives me
>
> Failed to recognize file format.
>
> __
>
>
> Anyone know what I can do?
>
>
> TIA
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Playing Videos From Netflix/Amazon

2023-06-18 Thread Aharon Schkolnik
Hi.

I am running Fedora 38.

I want to download MP4 files from Netflix/Amazon and view them later.

I am able to download the videos using firefox and Video DownloadHelper.

However, I am unable to play the downloaded files.

vlc gives the following messages:

[5635413d1520] main libvlc: Running vlc with the default interface. Use
'cvlc' to use vlc without interface.
qt.qpa.qgnomeplatform.theme: The desktop style for QtQuick Controls 2
applications is not available on the system (qqc2-desktop-style). The
application may look broken.
[7f5a5c0011c0] mp4 demux error: missing avcC
[7f5a5c0011c0] mp4 demux: Fragment sequence discontinuity detected 1 !=
0
[h264 @ 0x7f5a5cc41400] No start code is found.
[h264 @ 0x7f5a5cc41400] Error splitting the input into NAL units.
[h264 @ 0x7f5a5cc5dd00] No start code is found.
_
mpv gives me

Failed to recognize file format.

__


Anyone know what I can do?


TIA
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il