Hi Everyone,
I'm playing around with a local server.
trying to figure out this behavior.

the server uses encrypted .ts streams.
I can play the videos, and I am able to copy the streams with FFMPEG.
when I'm comparing the streams to the original, I see that my copy is from a lower quality stream than the one available.
when using the -map option on FFmpeg i get the following:

ffmpeg.exe -y -i "https://192.168.2.184/dty/1//Motor-asembly-part-1-34SDFS/index-f2-v2-a4.m3u8?st=DMZ_Da3546Bt54s&e=15487955" -map -c copy test1.ts

Input #0, hls, from 'https://192.168.2.184/dty/1//Motor-asembly-part-1-34SDFS/index-f2-v2-a4.m3u8?st=DMZ_Da3546Bt54s&e=15487955':':
Duration: 00:10:47.00, start: 0.101000, bitrate: N/A
Program 0
Metadata:
variant_bitrate : 0
Stream #0:0: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 854x480 [SAR 1280:1281 DAR 16:9], 30 fps, 30 tbr, 90k tbn
Metadata:
variant_bitrate : 0
Stream #0:1: Audio: aac (LC) ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp
Metadata:
variant_bitrate : 0
Stream #0:2: Data: timed_id3 (ID3 / 0x20334449)
Metadata:
variant_bitrate : 0
Unsupported codec with id 98322 for input stream 2

It only recognizes the low-quality version.
while tube digger shows the following:

640X360 698K.ts
854X480 1627K.ts
1280X720 3123K.ts
1920X1080 6118K.ts

Any idea?
usually, FFmpeg recognizes all the available streams when using the -MAP option.

Thanks!