You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can also be null. The default path to save files is the input path.
@@ -241,7 +241,7 @@ You can extract the metadata of video file using the following code:
241
241
```python
242
242
from ffmpeg_streaming import FFProbe
243
243
244
-
ffprobe = FFProbe('/var/www/media/test.mp4')
244
+
ffprobe = FFProbe('/var/www/media/video.mp4')
245
245
```
246
246
**NOTE:** You can save these metadata to your database.
247
247
@@ -266,7 +266,7 @@ You can use these libraries to play your streams.
266
266
- DASH and HLS: **[VLC media player](https://github.com/videolan/vlc)**
267
267
268
268
269
-
**NOTE:** You should pass a manifest of stream(e.g. `https://www.aminyazdanpanah.com/videos/dash/lesson-1/test.mpd` or `/videos/hls/lesson-2/test.m3u8` ) to these players.
269
+
**NOTE:** You should pass a manifest of stream(e.g. `https://www.aminyazdanpanah.com/PATH_TO_STREAM_DIRECTORY/dash-stream.mpd` or `/PATH_TO_STREAM_DIRECTORY/hls-stream.m3u8` ) to these players.
270
270
271
271
## Contributing and Reporting Bugs
272
272
I'd love your help in improving, correcting, adding to the specification.
0 commit comments