shaka-project / shaka-packager

A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
https://shaka-project.github.io/shaka-packager/
Other
1.96k stars 505 forks source link

Audio bitrate #1434

Open chikenare opened 1 day ago

chikenare commented 1 day ago

How can I choose the audio for each resolution, for example

1080: 192k audio 720: 128k audio 480: 96k audio

when I change hls_group_id it appears different in the player Captura de pantalla 2024-09-28 a la(s) 5 20 12 p m

'in=/tmp/8d396962-cfba-466f-a4eb-ad7f103ab5fc/720.mp4,stream=video,segment_template=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/720/$Number$.ts,playlist_name=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/720/main.m3u8,iframe_playlist_name=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/720/iframe.m3u8' 'in=/tmp/8d396962-cfba-466f-a4eb-ad7f103ab5fc/480.mp4,stream=video,segment_template=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/480/$Number$.ts,playlist_name=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/480/main.m3u8,iframe_playlist_name=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/480/iframe.m3u8' 'in=/tmp/8d396962-cfba-466f-a4eb-ad7f103ab5fc/a1_128k.m4a,stream=audio,segment_template=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/a/1_128k/$Number$.ts,playlist_name=a/1_128k.m3u8,hls_group_id=audio128k,hls_name=Spanish' 'in=/tmp/8d396962-cfba-466f-a4eb-ad7f103ab5fc/a1_96k.m4a,stream=audio,segment_template=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/a/1_96k/$Number$.ts,playlist_name=a/1_96k.m3u8,hls_group_id=audio96k,hls_name=Spanish' 'in=/tmp/8d396962-cfba-466f-a4eb-ad7f103ab5fc/a2_128k.m4a,stream=audio,segment_template=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/a/2_128k/$Number$.ts,playlist_name=a/2_128k.m3u8,hls_group_id=audio128k,hls_name=English' 'in=/tmp/8d396962-cfba-466f-a4eb-ad7f103ab5fc/a2_96k.m4a,stream=audio,segment_template=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/a/2_96k/$Number$.ts,playlist_name=a/2_96k.m3u8,hls_group_id=audio96k,hls_name=English' 'in=/tmp/8d396962-cfba-466f-a4eb-ad7f103ab5fc/a3_128k.m4a,stream=audio,segment_template=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/a/3_128k/$Number$.ts,playlist_name=a/3_128k.m3u8,hls_group_id=audio128k,hls_name=Brazilian Portuguese' 'in=/tmp/8d396962-cfba-466f-a4eb-ad7f103ab5fc/a3_96k.m4a,stream=audio,segment_template=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/a/3_96k/$Number$.ts,playlist_name=a/3_96k.m3u8,hls_group_id=audio96k,hls_name=Brazilian Portuguese' 'in=/tmp/8d396962-cfba-466f-a4eb-ad7f103ab5fc/s4.vtt,stream=text,segment_template=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/s/4/$Number$.vtt,playlist_name=s/4.m3u8,hls_group_id=text,hls_name=Spanish [Forced]' 'in=/tmp/8d396962-cfba-466f-a4eb-ad7f103ab5fc/s5.vtt,stream=text,segment_template=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/s/5/$Number$.vtt,playlist_name=s/5.m3u8,hls_group_id=text,hls_name=Spanish [Full]' 'in=/tmp/8d396962-cfba-466f-a4eb-ad7f103ab5fc/s6.vtt,stream=text,segment_template=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/s/6/$Number$.vtt,playlist_name=s/6.m3u8,hls_group_id=text,hls_name=English [Full]' 'in=/tmp/8d396962-cfba-466f-a4eb-ad7f103ab5fc/s7.vtt,stream=text,segment_template=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/s/7/$Number$.vtt,playlist_name=s/7.m3u8,hls_group_id=text,hls_name=English [SDH]' 'in=/tmp/8d396962-cfba-466f-a4eb-ad7f103ab5fc/s8.vtt,stream=text,segment_template=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/s/8/$Number$.vtt,playlist_name=s/8.m3u8,hls_group_id=text,hls_name=Brazilian Portuguese [Forced]' 'in=/tmp/8d396962-cfba-466f-a4eb-ad7f103ab5fc/s9.vtt,stream=text,segment_template=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/s/9/$Number$.vtt,playlist_name=s/9.m3u8,hls_group_id=text,hls_name=Brazilian Portuguese [Full]' --hls_playlist_type VOD --hls_master_playlist_output=/var/www/html/storage/app/Video/8d396962-cfba-466f-a4eb-ad7f103ab5fc/master.m3u8

joeyparrish commented 15 hours ago

Please don't click the link that preceded this comment. I deleted the comment. You may still see it in your inbox. It was spam and likely malware.