Note that there are some explanatory texts on larger screens.

plurals
  1. POEmbedding Strobe Media Playback into .NET C# application
    primarykey
    data
    text
    <p>I was trying to capture RTMP stream in C# application and play it.</p> <p>I've chosen the following architecture:</p> <ol> <li>Embed Flash Player into C# app. (done)</li> <li>Run Strobe Media Playback in embedded Flash Player. (done)</li> <li>Capture RTMP stream in embedded Strobe Media Playback player. (failed)</li> </ol> <p>The problem is that I cannot set the video source location. Neither RTMP nor HTTP sources work.<br /> Strobe Media Playback displays the only text string: "We are unable to connect to the content you've requested. We apologize for the inconvenience."</p> <p>I have tried several ways to set the source:</p> <ol> <li>Through setting FlashVars: <code>flash.FlashVars = @"src=http://players.edgesuite.net/videos/big_buck_bunny/bbb_448x252.mp4";</code><br /> or <br /> <code>flash.FlashVars = @"FlashVars=""src=http://players.edgesuite.net/videos/big_buck_bunny/bbb_448x252.mp4""";</code></li> <li>Through creating XML-config and passing info about it to Strobe by means of FlashVars: <code>flash.FlashVars = @"configuration=D:\configuration.xml";</code></li> </ol> <p>Also I'm unable to play locally hosted .flv-files any of this ways.</p> <p>Is it theoretically possible what I'm trying to do?</p> <p>If it is, how can I set the video source for Strobe Playback from C# code? <br /> <br /></p> <p><em>Additional technical info:</em></p> <p><em>For embedding Flash Player into C# app I use two libraries:</em><br /> <em>AxInterop.ShockwaveFlashObjects.dll and Interop.ShockwaveFlashObjects.dll</em></p> <p><em>Flash version: 11.5.502.135</em><br /> <em>Strobe Media Playback version: 1.6.328</em></p> <p><em>Sample C# project can be found here:</em> <a href="http://narod.ru/disk/64598707001.c8d1ae94c60a63a021bfdffc82864bb2/WPF_Flash.7z.html" rel="nofollow">http://narod.ru/disk/64598707001.c8d1ae94c60a63a021bfdffc82864bb2/WPF_Flash.7z.html</a></p> <p><br /> P.S. If you know better ways to capture and play RTMP stream in .NET application, please share your knowledge.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload