Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

I have tow RTMP links from wawza but toggle HD -SD didnt work?


to make toggle button in jwplayer to work I make this slim file:
<smil>
<head>
<meta base="rtmp://146.0.72.96:1935/sih/ch1_live" />
</head>
<body>
<switch>
<video src="rtmp://146.0.72.96:1935/sih/ch1_live" height="720" system-bitrate="2000000" width="1280" />
<video src="rtmp://146.0.72.96:1935/sih/ch1_240p" height="180" system-bitrate="300000" width="320" />
</switch>
</body>
</smil>

so I have just tow rtmp links from wawza that
rtmp://146.0.72.96:1935/sih/ch1_live
rtmp://146.0.72.96:1935/sih/ch1_240p

the button apear in the jwplayer bottom toolbar but I got this massage
error loading stream id not found in server

- please help me to make it work - I have read all your document about this case from your website
that does not help me
because I don’t know the mp4 files path to put it in smil file
I just have this tow rtmp sources
rtmp://146.0.72.96:1935/sih/ch1_live
rtmp://146.0.72.96:1935/sih/ch1_live/playlist.m3u8
rtmp://146.0.72.96:1935/sih/ch1_240p
rtmp://146.0.72.96:1935/sih/ch1_240p/playlist.m3u8

thank you
I want to write new answer about this case
i have licensed jwplaer 6

5 Community Answers

onmyeye2005

User  
0 rated :

please .. no answers why?
any one help to slove this problem??

Todd

JW Player Support Agent  
0 rated :

Your RTMP streams are working for me in our Stream Tester at http://demo.jwplayer.com/stream-tester/ , so we need to make sure your SMIL is working as well. What is the URL for your SMIL? I believe that the SMIL has to be hosted from an HTTP server, not RTMP. Please see http://support.jwplayer.com/customer/portal/articles/1430398-adaptive-rtmp-streaming for more details.

onmyeye2005

User  
0 rated :

I know that the tow rtmp streams are working good
but how to make users to shoose between the tow streams (hd-sd)labels like button on jwplayer
http://syriaishere.com/smil.smil

that is the slim file
its hosted on the smae website hosting
http://syriaishere.com/ar/ch1
that is the tv

I have read the documentation all tha talking about MP4
no one talking about tow RTMP streaming

onmyeye2005

User  
0 rated :

Hello Mr. Todd Grunow
what I must put in slim file ?
the file exist now have this code:
<smil>
<head>
<meta base="rtmp://146.0.72.96:1935/sih/ch1_live" />
</head>
<body>
<switch>
<video src="rtmp://146.0.72.96:1935/ch1_live" height="432" width="768" />
<video src="rtmp://146.0.72.96:1935/ch1_240p" height="180" width="720" />
</switch>
</body>
</smil>

is that right?
its link is:
http://syriaishere.com/smil/smil.smil
and the new link of my tv is:
http://syriaishere.com/ar/ch2
I got this erorr: Error loading stream: ID not found on server
please your help?

Randy

JW Player Support Agent  
0 rated :

Hello,

The following syntax may be of use to you:

<smil> <head> <meta base="rtmp://example.com/vod/" /> </head> <body> <switch> <video src="myVideo-high.mp4" height="720" system-bitrate="2000000" width="1280" /> <video src="myVideo-medium.mp4" height="360" system-bitrate="800000" width="640" /> <video src="myVideo-low.mp4" height="180" system-bitrate="300000" width="320" /> </switch> </body> </smil>

Kindly,

Randy Le’Moine, Web Support Engineer, JW Player
www.jwplayer.com

This question has received the maximum number of answers.