-
As you may now, there are several ways to capture the screen using FFMPEG. One is to use GDIGrab device (like you have described for X11 with x11grab). If you want to know how to use it, visit [offici…
-
When using DashCast for long periods, it eventually will stop working. The stream can originally be played in dash.js, but after a few hours it stops being playable. dash.js will HTTP request and load…
-
can anyone please help me to achieve live streaming using DashCast.
I am trying this command :
DashCast -vf video4linux2 -v4l2f mjpeg -v /dev/video0 -af alsa -out output/ -npts
which is creating s…
-
When I play the live stream which product by the dashcast in dash.js player. I found that the dash.js player can not product right segment number.
Such as the dashcast is producting the segement 10.…
-
I am trying to run DashCast in low-latency mode on RHEL 7.3 Server to capture output from an Epiphan capture device. It appears to hang, and no output is created.
Command line...
DashCast -vf vi…
-
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
This is my first time using this tool. I followed instructions on https://gpac.wp…
-
C:\GPAC> DashCast -v C:\demo\abc.mp4 -vfr 24 -conf C:\demo\dashcast.conf -out C:\xampp\htdocs\dash\
[34m[1mOptions:
video source: C:\demo\abc.mp4
video framerate: 24
video crop: 0x0
…
-
Hello Guys!
I've just installed GPAC on my Ubuntu. I've tried DashCast with the sample code you provided: DashCast -av test.mp4 -seg-dur 1000 -frag-dur 200
It starts working frame by frame, but after …
-
I hope someone can help me to solve my problem.
When I use follow command:
```
D:\wamp\www> DashCast -av test.mp4 -seg-dur 20000 -frag-dur 4000 -no-loop -time-shift -1 -base-url "http://localhost/out…
-
Hello there,
I will get to the point straightaway,
When I make a live streaming using x.265, i recieve segments very fine at the client side (By using MP4Client). However, when I make VoD, I receive a…