• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Why doesn't this .smil file work?

New Here ,
Sep 22, 2014 Sep 22, 2014

Copy link to clipboard

Copied

I sure hope someone can help me with this issue. I'm sure its simple but it has really been alluding me.
I normally do dynamic stream switching with a smil file like this it doesn't work:

<smil>

        <head>

                <meta name="Video title" />

                <meta base="rtmp://mystreamingserver/vod" />

                <meta name="vod" content="true" />

        </head>

        <body>

                <switch>

                        <video src="mp4:stream-200.f4v" system-bitrate="200000" />

                        <video src="mp4:stream-400.f4v" system-bitrate="400000" />

                        <video src="mp4:stream-600.f4v" system-bitrate="600000" />

                        <video src="mp4:stream-800.f4v" system-bitrate="800000" />

                        <video src="mp4:stream-853.f4v" system-bitrate="853000" />

                </switch>

        </body>

</smil>

Now, the above works just fine, however if I try this it says stream not found:

<smil>

        <head>

                <meta name="Video title" />

                <meta base="rtmp://mystreamingserver/vod" />

                <meta name="vod" content="true" />

        </head>

        <body>

               <video src="mp4:testFile.f4v" />

        </body>

</smil>

I feel as thought I am missing something incredible simple, can someone please provide some guidance?

Views

312

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 22, 2014 Sep 22, 2014

Copy link to clipboard

Copied

IMHO you should be posting it on Flash "Player" forums.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 22, 2014 Sep 22, 2014

Copy link to clipboard

Copied

Moving the post to Using Flash Player forum.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 23, 2014 Sep 23, 2014

Copy link to clipboard

Copied

LATEST

The markup looks valid.  My guess is that it's related to the configuration of your streaming server. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines