Questions tagged [bento]

14 questions
6
votes
2 answers

Ansible tasks cannot have sudo_user on a certain Vagrant box (bento)

The following task fails on a Vagrant box (ubuntu 12.04 chefless) http://opscode.github.io/bento/ - name: ensure database is created postgresql_db: name={{dbname}} sudo_user: postgres fd failed: [192.168.78.8] => {"failed": true,…
Max L.
  • 9,774
  • 15
  • 56
  • 86
4
votes
2 answers

How to organize a Bento - Veewee - Vagrant project

I'm trying to use Bento, Veewee and Vagrant to automate the process of provisioning VMs. This approach has a lot of promise for simplifying development, dev-testing and QA processes. (For those who haven't encountered these -- Vagrant makes it easy…
Chris Johnson
  • 20,650
  • 6
  • 81
  • 80
3
votes
1 answer

Fragmented mp4 for DASH and HLS On Demand vs Live Profiles

I'm experimenting with Bento4 and Shaka Packager to output files for both DASH and HLS using fragmented mp4. I'm having some trouble understanding the differences and pros and cons between the MPEG-DASH Live and On-Demand profiles. If I was…
edwinbradford
  • 435
  • 5
  • 20
2
votes
1 answer

Struggling to decrypt a CENC-encoded file with Bento4 tools

I have a file which i've encrypted in CENC, and i'm trying to now decrypt it using mp4decrypt from the bento4 mp4decrypt tools. The file consists of a single h264 track in an mp4 file. This is the output of mp4info --verbose File: major brand: …
John Bergqvist
  • 852
  • 13
  • 38
2
votes
1 answer

How to generate fragmented mp4 files programmatically

I have a media .h264 live streaming server, and want to mux .h264 frames to fragmented mp4 files. I am wondering does any library could support this? As far as I know, ffmpeg.exe and Bento4 could support this, but I want to use a library to do that…
方柏棟
  • 63
  • 1
  • 7
1
vote
1 answer

Where might a bento.bentodb database file be hiding on MacOS?

Bento was Apple/FileMaker's consumer database product that was discontinued in 2013. Its performance has degraded with each successive release of MacOS, but my wife has continued to use it on her MacBook Pro, up through MacOS 10.9.5. Today, all of…
1
vote
1 answer

Bento4 MP4Dash fails with audio?

I am running Bento4 Mp4Dash to convert my fragmented video files into MPEG-DASH streaming videos. However I seem to get this error ERROR: unsupported input file, more than one "traf" box in fragment but only if I have audio enabled. I have found…
CMOS
  • 2,727
  • 8
  • 47
  • 83
1
vote
2 answers

vagrant up fails for bento/ubuntu-16.04 on Oracle VirtualBox 5.0.16 r105871

Today I was planning to get the latest Ubuntu release into my virtual box using vagrant. After loading the image and running vagrant up, I got an error as reported below, which relates to the network configuration of the virtual box. Interestingly,…
AHL
  • 738
  • 3
  • 11
  • 35
0
votes
1 answer

Play fairplay m3u8 with licence url

I'm trying to play the stream on VLC Media Player, i'm putting manually the licence url, I've replaced skd://licence to fair play licence url:…
0
votes
1 answer

Vagrant box add bento/centos-7 for the VirtualBox provider fails

I'm trying to add a box using Vagrant with this command vagrant box add bento/centos-7 --provider=VirtualBox but it fails with the following error ==> box: Loading metadata for box 'bento/centos-7' box: URL:…
Cesare
  • 1,629
  • 9
  • 30
  • 72
0
votes
0 answers

Unable to Play Widevine Encrypted Video in Exoplayer

I have a Widevine DRM based encrypted video. The video is encrypted using bento4 , mp4dash --widevine-header provider:widevine_test#content_id:2a --encryption-key 90351951686b5e1ba222439ecec1f12a:0a237b0752cbf1a827e2fecfb87479a2…
Sourabh soni
  • 488
  • 7
  • 11
0
votes
0 answers

Vagrant VirtualBox synced folder mounting fails with multiple VM's

We have been experimenting with Vagrant and VirtualBox for a while now. Simulating the whole deployment pipeline provisioning on VM's locally before doing it on production environments. We have a GIT repo with a vagrant file and Ansible…
Fjarlaegur
  • 1,395
  • 1
  • 14
  • 33
0
votes
1 answer

DASH package (mpd) I made freezes after raising the onratechange event

I am trying to created an adaptive stream from an mp4 file. I have a decent amount of experience at doing streaming, and have successfully implemented smooth streaming via Silverlight. We want a solution for everything that works in HTML5. I am…
Nick Birke
  • 47
  • 2
0
votes
1 answer

bento start command fails with NoClassDefFoundError DNSCheckingTool

I was trying out the tutorial in https://github.com/kijiproject/kiji-schema/blob/master/kiji-schema-cassandra/cassandra_tutorial.md but got stuck at the place where we start the bento box. 'bento start' It gives the following error: cygpath: cannot…