Varun Vasudeva

Results 8 comments of Varun Vasudeva
trafficstars

Hey @kqyang , I've no intentions to push but do you have any plan to implement it soon? I'm facing the same issue.

Hey, Any update on this issue? I'm facing the same problem.

Hi, Command: > ./packager-linux-2.4.3 \ > 'in=/opt/video/data/amritatv_ott615/bulk_video/dest/mp4/a_2_2000.mp4,stream=video,segment_template=/opt/video/data/amritatv_ott615/bulk_video/dest/hls/a_2/2000-$Number$.ts,playlist_name=/opt/video/data/amritatv_ott615/bulk_video/dest/hls/a_2/2000.m3u8,hls_group_id=audio_128' \ > 'in=/opt/video/data/amritatv_ott615/bulk_video/dest/mp4/a_2_700.mp4,stream=video,segment_template=/opt/video/data/amritatv_ott615/bulk_video/dest/hls/a_2/700-$Number$.ts,playlist_name=/opt/video/data/amritatv_ott615/bulk_video/dest/hls/a_2/700.m3u8,hls_group_id=audio_64' \ > 'in=/opt/video/data/amritatv_ott615/bulk_video/dest/mp4/a_2_250.mp4,stream=video,segment_template=/opt/video/data/amritatv_ott615/bulk_video/dest/hls/a_2/250-$Number$.ts,playlist_name=/opt/video/data/amritatv_ott615/bulk_video/dest/hls/a_2/250.m3u8,hls_group_id=audio_32' \ > 'in=/opt/video/data/amritatv_ott615/bulk_video/dest/mp4/a_2_2000.mp4,stream=audio,segment_template=/opt/video/data/amritatv_ott615/bulk_video/dest/hls/a_2/128-$Number$.aac,playlist_name=/opt/video/data/amritatv_ott615/bulk_video/dest/hls/a_2/128.m3u8,hls_group_id=audio_128' \ > 'in=/opt/video/data/amritatv_ott615/bulk_video/dest/mp4/a_2_250.mp4,stream=audio,segment_template=/opt/video/data/amritatv_ott615/bulk_video/dest/hls/a_2/32-$Number$.aac,playlist_name=/opt/video/data/amritatv_ott615/bulk_video/dest/hls/a_2/32.m3u8,hls_group_id=audio_32' \ > 'in=/opt/video/data/amritatv_ott615/bulk_video/dest/mp4/a_2_700.mp4,stream=audio,segment_template=/opt/video/data/amritatv_ott615/bulk_video/dest/hls/a_2/64-$Number$.aac,playlist_name=/opt/video/data/amritatv_ott615/bulk_video/dest/hls/a_2/64.m3u8,hls_group_id=audio_64' \ > --hls_master_playlist_output /opt/video/data/amritatv_ott615/bulk_video/dest/hls/a_2/a.m3u8 Expected Behavior: > #EXTM3U...

> I see. Shaka packager does not support fixing the audio group for the variant streams right now. > > It is possible to add support for it with some...

Hi @kqyang, I've applied the above patch but receiving the following error on ninja build `ninja: Entering directory `out/Release' [2/297] CXX obj/hls/base/hls_builder.master_playlist.o FAILED: obj/hls/base/hls_builder.master_playlist.o ../../packager/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/hls/base/hls_builder.master_playlist.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64...

Hey, Replacing with '->' solved the compilation issue, By assigning the hls_group_id to different bitrate is working. I've got the following output m3u8. ![image](https://user-images.githubusercontent.com/16715755/109116533-bc08e080-7766-11eb-92ca-f601f0a5ecb3.png) On the other hand, This modification...

Hi @kqyang I realized that the command with vtt subtitles are working with per-compiled binaries that you guys have provided but it is throwing this exception only on my compiled...

OS: CentOS Linux release 7.8.2003 GCC: gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) Although, I've also tried with gcc version 8.3.1 20190311 (Red Hat 8.3.1-3) (GCC) using "scl enable...