-
hi guys.
I am a bit new to the whole node thing, and I cant seem to understand what is missing to enable this server to work outside the localhost.
if I do the *_curl http://127.0.0.1:8000/output/…
-
I'm trying to stream libx265 encoded video using the following command.
```
DashCast -vf video4linux2 -vres 320x240 -vfr 25 -v4l2f mjpeg -v /dev/video0 -live -out /opt/lampp/htdocs/dash -conf dashc…
-
I have been looking to fix or investigate this issue for the last few days, but to no lack.
Anyone know why I am getting this error? as the installed is done with no error .I have installed it using…
-
After configuring ffmpeg with this: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
I have a problem while compiling gpac.
```
make[2]: Entering directory '/home/R.Potoczek/gpac_repo/gpac/appli…
-
I am using Ubuntu 14.04 LTS. I downloaded the latest GPAC source and tried to build. However, the dashcast source is creating error when I execute make. It shows the following error:
make[2]: **\* [v…
-
When building dashcast against latest Github FFmpeg on native PPC Linux, these errors (shown below) occur.
I think they are mostly because the latest FFmpeg in `libavutil/pixfmt.h` now declares `PIX_…
-
Hello,
I want to ask a question about the playback the live MPD file it the version 1.3 and the version 1.5 of the dash.js.
I found the version 1.3 dash.js cannot play the live media stream is produc…
-
I'm trying to create a h265 encoded stream from webcam using the following command.
DashCast -vf video4linux2 -v4l2f mjpeg -v /dev/video0 -conf dashcast.conf -live-media
The content of dashcast.con…
-
Hi,
I am working with DASH to support live streaming and meet some issues. The video source comes from my MacBook Pro camera. I use Apache Server to store the video content and write a simple `.html` …
-
can we broadcast live event ( let's say capturing from camera or webcam ) using dash.js ?
if it is possible, can you please suggest me end to end workflow to achieve it.
Thanks and regards,
Himanshu …