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
See **[the example](https://video.aminyazdanpanah.com/python/start?r=metadata#metadata)** for more information.
275
309
276
310
### Conversion
277
-
You can convert your stream to a file or to another stream protocols. You should pass a manifest of the stream to the `input` method:
311
+
You can convert your stream to a file or to another stream protocol. You should pass a manifest of the stream to the `input` method:
278
312
279
313
#### 1. HLS To DASH
280
314
```python
@@ -340,7 +374,7 @@ You can use these libraries to play your streams.
340
374
341
375
**NOTE-1:** You must pass a **link of the master playlist(manifest)**(i.e. `https://www.aminyazdanpanah.com/?"PATH TO STREAM DIRECTORY"/dash-stream.mpd` or `/PATH_TO_STREAM_DIRECTORY/hls-stream.m3u8` ) to these players.
342
376
343
-
**NOTE-2:** If you save your stream content to a cloud(i.e. **[Amazon S3](https://aws.amazon.com/s3)**), the link of your playlist and other content**MUST BE PUBLIC**.
377
+
**NOTE-2:** If you save your stream content to a cloud(i.e. **[Amazon S3](https://aws.amazon.com/s3)**), the link of your master playlist and other contents**MUST BE PUBLIC**.
344
378
345
379
**NOTE-3:** As you may know, **[IOS](https://www.apple.com/ios)** does not have native support for DASH. Although there are some libraries such as **[Viblast](https://github.com/Viblast/ios-player-sdk)** and **[MPEGDASH-iOS-Player](https://github.com/MPEGDASHPlayer/MPEGDASH-iOS-Player)** to support this technique, I have never tested them. So maybe some of them will not work properly.
0 commit comments