Bryan Murphy
Bryan Murphy
Good stuff. We have a dashboard that traces logs in real-time and can connect to individual servers to trace running processes using websockets. You have to be on the VPN...
@xavierlaffargue is your branch usable? I'm happy to spend some time testing it. I'm running into problems right now because the order is effectively random. Not only does usability suffer,...
@xavierlaffargue how do I build your branch? I tried the following commands but they are failing: ``` $ git clone --recurse-submodules https://github.com/xavierlaffargue/shaka-packager.git . $ git checkout hls-order-track $ cmake -B...
I figured out the error I posted in the previous comment. I'm running these build commands instead: ``` git clone https://github.com/xavierlaffargue/shaka-packager.git . git checkout hls-order-track git submodule update --init --recursive...
For anybody else following up after me, I'm able to get just the packager binary built (skipping other build artifacts such as the broken tests) on @xavierlaffargue's branch with the...
@xavierlaffargue I have a video that is not respecting the order_number flag when I try it: Here is the command I'm running: ``` packager \ 'in=output/tmp/mtaudio-a0-v0.mp4,order_number=1,drm_label=AUDIO,playlist_name=output/final/mtaudio-a0-v0.m3u8,hls_name=English - Stereo - Main,stream=audio,init_segment=output/final/mtaudio-a0-v0-init.mp4,segment_template=output/final/mtaudio-a0-v0-$Number$.m4s'...
@xavierlaffargue I pulled, but I'm getting a new set of build errors now: ``` [3/14] Building CXX object packager/mpd/CMakeFiles/mpd_builder.dir/base/period.cc.o FAILED: packager/mpd/CMakeFiles/mpd_builder.dir/base/period.cc.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCURL_STATICLIB -DGLOG_CUSTOM_PREFIX_SUPPORT -DLIBXML_STATIC -I/Users/bmurphy/w/shaka-packager/. -I/Users/bmurphy/w/shaka-packager/packager/third_party/abseil-cpp/source -I/Users/bmurphy/w/shaka-packager/build/packager/third_party/glog/source -I/Users/bmurphy/w/shaka-packager/packager/third_party/glog/source/src -I/Users/bmurphy/w/shaka-packager/build/packager/third_party/libxml2/source...
@xavierlaffargue I was able to build the tool but it's failing with this error now: ``` WARNING: Logging before InitGoogleLogging() is written to STDERR E20231002 15:50:42.442212 4910076 stream_descriptor.cc:253] Unknown field...
I tried that fork, but applications work very different. They are now categorized vertical lists like bookmarks (just slightly larger). Personally I'm not a fan (why have two abstractions that...
I asked our devs. The consesus seems to be that it felt more consistent than intermittent. Our system can hit a very high concurrent load when pushed, and as soon...