Mediaplayer SDk - VCL - URL

Avatar image
Aug 24, 2015
Archive Agent wrote
Hi,

I bought Mediaplayer SDK (standard) and trying to play a URL using VLC (included in your SDK), but does not seem to work. I tried with the ActiveX of VLC and it does.
I get this:
Unable to perform first rendering.
DirectShow event: ClockChanged
DirectShow event: Complete

Code:
MediaPlayer1.Source_Mode = VFMediaPlayerSource.File_VLC
MediaPlayer1.FilenamesOrURL.Add("http://radiojackie.com:12614/listen.pls")
MediaPlayer1.Audio_PlayAudio = True

MediaPlayer1.Audio_Output_Device = "Default DirectSound Device"
MediaPlayer1.Video_Renderer = VFVideoRenderer.None
MediaPlayer1.Debug_Mode = cbDebugMode.Checked
MediaPlayer1.Play()

Suppose to be supported?
Thank you

androidxman on July 16, 2014 5:34 PM
Completed
0
Vote
Reply
4 Answers
Aug 24, 2015
Archive Agent agent wrote
Roman Minyaylov

You must open network source in your code, not file - check Source_Mode property.

on July 16, 2014 17:48
Aug 24, 2015
Archive Agent agent wrote
androidxman

Thanks. Ok works with MMS / WMV network stream (DirectShow).But is it possible with using VLC instead? Can I play network streams only with the Premium license? Not clear to me if I can with the standard license.

on July 16, 2014 20:01
Aug 24, 2015
Archive Agent agent wrote
Roman Minyaylov

Currently VLC engine available on video capture sdk. All network streams playback mainly available in Video Capture SDK and will be not improved in Media Player SDK, because that's too specific and duplicate a lot of functionality.

on July 26, 2014 19:59
Aug 24, 2015
Archive Agent agent wrote
androidxman

Thank you. Very understandable. I purchased the Professional license. So I am using the MMS source mode.

on July 26, 2014 20:45