언어 설정

Menu
Sites
Language
Unable to play RTSP Url in Tizen TV App

Hi, I am trying to create a tizen tv app with just a simple player needed to play RTSP url. I am unable to run this url. Please let me know if anyone has a way out.

Responses

3 댓글
GEUNSOO KIM

1. check privileges in config.xml

2. check "access" tag in config.xml >> this setting allows the app access the specified url

3. check CSP setting in config.xml >> sometimes you need to set CSP properly.

reference link > https://developer.tizen.org/development/tizen-studio/web-tools/configuring-your-app/configuration-editor

good luck.

Ankit Jain

Hi,

Thanks for the reply. But I am still unable to run it on TV. Can you please help me with some code snippet or sample project?

GEUNSOO KIM

ah.. it seems that Tizen tv does not support rtsp.

you'd better contact Samsung to confirm that.