JeppeTh

Results 36 comments of JeppeTh

Ok - thx. I assume custom protocol means wrapping cowboy:start as well then?

After some more googling I see this // TODO: Should we create the dummy uris in mpd-parser as well (leaning towards yes). https://github.com/videojs/http-streaming/blob/2c4c77e72910c59b985335b43c412daae5730d80/src/dash-playlist-loader.js#L446 Yes please ;)

Does this mean EXT-X-I-FRAME-STREAM-INF still is only supported by making custom parser? Yes it seems so after some testing...

Thx - I guess it should be entries.push(**_line_**) ? Not sure videojs-http-streaming support custom stuff though where I use this. The playlist contains a mixture of these INFs and "regular...

Idle_timeout is rather about disconnecting idle connections (in cowboy at least)? To determine if a non-idle connection is broken you don't need ping? Any request sent on the non-idle connection...

- Download portify zip and extract it - https://github.com/mauimauer/portify/archive/master.zip - Download the Node.js installer from here - http://nodejs.org/download/. Important to chose the msi variant since this will install the needed...

Did you start "Node.js command prompt"? Then its not just enter? You must provide the command:'npm install' and then enter. And Node.js must be installed with the .msi to also...

If in correct directory hit npm install

.../portify-master/data/ i.e. where the app.js is located

Not sure what you mean by "So, I downloaded the win32, and the master directories. I then merged, and did a copy-replace so that the master was over-riding the win32."...