mcshicks

Results 12 comments of mcshicks

If you look in base/upload_s3.py there is a call that uploads the file. We don't actually get the return value from that call. resource.meta.client.upload_file(uploadfile, BUCKET, uploadkey, ExtraArgs={'ACL': 'public-read'}) I just...

I have this working now based on Pauls suggestion for using " -strftime 1"and modifying stream.sh (for research) to this "/tmp/$NODE_NAME/hls/$timestamp/%Y-%m-%d_%H-%M-%S.ts" filename.

I tried %Y-%m-%dTH:%M:%S.ts instead of %Y-%m-%d_%H-%M-%S.ts" and I could not get the player to work. Not sure if it's unhappy with the : or the TH (probably the :) but...

Left a comment in slack on this. But basically NTP means the inherent accuracy of the node is in 10's of milliseconds. It might be possible to add GPS to...

A bit more of investigation. We use strftime to format our timestamps, that doesn't support milliseconds. But someone has patched it. https://github.com/InSoundz/ffmpeg-strftime-milliseconds. So we would be back build to building...

So I looked at it some more. That patch no longer builds, there is a C struct called AVFormatContext defined in libavformat/avformat.h that's definition has changed. There is a single...

Seems like there are more recent arm64 images here. https://github.com/jaredallard-home/multiarch-images/blob/master/images.yaml We could start with that route

We should be able to close this when we move master to only have s3_upload method and deprecate s3fs

Reassigning to me. I don't see this right now in my latest testing but I haven't looked at it to carefully. I have logdna working again so I will check...

It seems like MP4Box had a segmentation fault. Screen shot of debugger capture: ![image](https://user-images.githubusercontent.com/3165216/35305140-1dfdb55c-004d-11e8-86e1-19dd3e145962.png) The input file was audio_584.ts and it was deleted on the container: > root@229ad03ec990:**/tmp/dash_segment_input_dir**# ls -l...