Jump to content

"* .flv" links do not open.


serkanguzel

Recommended Posts

Could you describe more detailed what you are trying to do?

Playing .flv files are usually no problem with a default DVBViewer using LAV filters.

EDIT: Aha, you are probably trying to open an URL...do paste the link in  DVBViewer->Playback->Open URL->OK

and the link you posted plays fine.

Edited by majstang
Link to comment

 

18 minutes ago, serkanguzel said:

Why does not it open on the channel list?

 

Because the channel list only supports DVB compliant streaming formats that contain a transport stream or an AAC/MP3 audio stream (e.g. internet radio). Read more about it here in the "Streaming" section. .flv is Flash, which is no DVB compliant format.

Link to comment

Yes, that is required! You could use this script (autohotkey) to play each Flash channel.

AlaToo24 := "http://85.113.29.234/live/6001.flv"
iDVBViewer := ComObjActive("DVBViewerServer.DVBViewer")
iDVBViewer.PlayFile(AlaToo24)

With autohotkey you could do quite avanced channel panels assembling all flash channels with icons and start them from there.   

Edited by majstang
Link to comment

I think the easiest way is to use a text editor, create a .m3u file that contains FLV URLs and let DVBViewer load it, e.g.

 

#EXTM3U

#EXTINF:-1,Channel Name 1

http://85.113.29.234/live/6001.flv

#EXTINF:-1,Channel Name 2

http://......flv

 

etc. Drag and drop the .m3u file on the DVBViewer icon or into the DVBViewer main window. DVBViewer will play the first channel in the file. All channels contained in the .m3u file appear in the DVBViewer playlist (see Playback menu -> Playlist) and can be selected there.

Link to comment
2 hours ago, serkanguzel said:

Please prepare, a example.

 

Grigas example is easier if you feel its too hard to get involved in programming/scripting. On the other hand my example is very easy to understand and develop further by studying the script and learning at Autohotkey forum.

- Download the Autohotkey Installer

- and install Autohotkey 32-bit Unicode

- Download the FlashChannelPanel.zip

- Unzip it to a FlashChannelPanel folder

- Start script by doubleclick the FlashChannelPanel.ahk

- Single Leftclick on the Ala-Too 24 icon starts the channel in an already running DVBViewer Pro client. If DVBViewer is closed the Ala-Too 24 icon click wont have any effect. 

 

So now you have a flash channel panel that you could add more channel icons into (with some more coding) if you have more of these .flv channels 

 

panel.jpg.bc8d1e1a7dcf1d5f3a395560d0000cfb.jpg

 

Good luck and

A Happy New Year

Edited by majstang
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...