ContentStream/en: различия между версиями

Материал из SmartPlayer
(Новая страница: «== General guidelines for creating a stream == 1. Configure the stream using the H264 codec, an example of settings from the device that sends the stream. <br> ...»)
(Новая страница: «Test streams: http://vlctest.eu5.net/»)
 
(не показаны 4 промежуточные версии этого же участника)
Строка 17: Строка 17:
|}
|}


== Поддержка клиентскими приложениями SmartPlayer по операционным системам ==
== Supported by SmartPlayer client applications by operating system ==


{| class="wikitable"
{| class="wikitable"
|-
|-
! Платформа !! HLS !! RTP/RTSP !! SmoothStream !! DASH !! UDP !! YouTube !! HTTP
! Platform !! HLS !! RTP/RTSP !! SmoothStream !! DASH !! UDP !! YouTube !! HTTP
|-
|-
| Linux || Да || Да || Да || Нет || Да || Да || Да
| Linux || Yes || Yes || Yes || No || Yes || Yes || Yes
|-
|-
| Windows || Да || Да || Да || Нет || Да || Да || Да
| Windows || Yes || Yes || Yes || No || Yes || Yes || Yes
|-
|-
| WebOS || Да || Да || Неизвестно || Неизвестно || Да || Да || Да
| WebOS || Yes || Yes || Unknown || Unknown || Yes || Yes || Yes
|-
|-
| Android || Да || Да || Нет || Нет || Да || Да || Да
| Android || Yes || Yes || Нет || Нет || Yes || Yes || Yes
|-
|-
| Tizen || Да || Да || Да || Да || Да || Да || Да
| Tizen || Yes || Yes || Yes || Yes || Yes || Yes || Yes
|-
|-
| Orsay || Нет || Да || Нет || Нет || Да || Нет|| Нет
| Orsay || No || Yes || No || No || Yes || No || No
|-
|-
| ProCentric || Неизвестно || Неизвестно || Неизвестно || Неизвестно || Неизвестно || Неизвестно|| Да
| ProCentric || Unknown || Unknown || Unknown || Unknown || Unknown || Unknown || Yes
|}
|}


== О потоковой передачи данных ==
== About streaming data ==


{| class="wikitable"
{| class="wikitable"
|-
|-
! Потоковая передача !! Разрешение ссылки !! Префикс ссылки !! Дополнительное описание
! Streaming !! Link Resolution !! Link prefix !! Additional description
|-
|-
| HLS || .m3u8 || http(s):// || [https://ru.wikipedia.org/wiki/HLS wikipedia]
| HLS || .m3u8 || http(s):// || [https://ru.wikipedia.org/wiki/HLS wikipedia]
Строка 54: Строка 54:
| UDP|| - || upd:// || [https://ru.wikipedia.org/wiki/UDP wikipedia]
| UDP|| - || upd:// || [https://ru.wikipedia.org/wiki/UDP wikipedia]
|-
|-
| HTTP|| .html || http(s):// || Пример: https://www.1tv.ru/iframed/eump-embedlive.html
| HTTP|| .html || http(s):// || Example: https://www.1tv.ru/iframed/eump-embedlive.html
|}
|}


Тестовые потоки : http://vlctest.eu5.net/
Test streams: http://vlctest.eu5.net/

Текущая версия от 13:00, 17 сентября 2021

Другие языки:

Description

Description of streaming media (video and sound)

General guidelines for creating a stream

1. Configure the stream using the H264 codec, an example of settings from the device that sends the stream.

2. If the RTP stream does not play correctly (audio or video), try playing the stream using a different protocol. As a rule, the device that generates the stream always gives several types of stream. HLS stream can play more stable than RTP / RTPS. RTSP is not required within the digital signage market, since this protocol only adds flow control (play, pause, rewind), as a rule, these functions are not needed when the stream is played on a 24/7 device and does not require control.
3. First try to play the most primitive stream, namely UDP.
4. If you are sure that everything was done correctly, run the test application to play only the stream. After installation, enter the test stream into the field and check its playback.

Operating system Test application Test application UI
WebOS 2/3/3.2/4/4.1 http://sa2.org/w/tests/stream.ipk

Supported by SmartPlayer client applications by operating system

Platform HLS RTP/RTSP SmoothStream DASH UDP YouTube HTTP
Linux Yes Yes Yes No Yes Yes Yes
Windows Yes Yes Yes No Yes Yes Yes
WebOS Yes Yes Unknown Unknown Yes Yes Yes
Android Yes Yes Нет Нет Yes Yes Yes
Tizen Yes Yes Yes Yes Yes Yes Yes
Orsay No Yes No No Yes No No
ProCentric Unknown Unknown Unknown Unknown Unknown Unknown Yes

About streaming data

Streaming Link Resolution Link prefix Additional description
HLS .m3u8 http(s):// wikipedia
RTP/RTSP - rtp:// rtsp:// wikipedia
SmoothStream .ism Manifest http(s):// wikipedia
DASH .mpd http(s):// wikipedia
UDP - upd:// wikipedia
HTTP .html http(s):// Example: https://www.1tv.ru/iframed/eump-embedlive.html

Test streams: http://vlctest.eu5.net/