Search found 52 matches: vlc

Return to advanced search

Re: Video from the site to a file

hi Natter,

as i say try VLC and open "Network-Stream" -> IP + Filename
if it "play" than change "Output" of VLC to FILE
by Jimmy
Sun Oct 01, 2023 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 625

Re: Video from the site to a file

There is no link to a specific file in the HTML of this site.
And the video is played through the player vimeo.com
I can launch the player from the FW - I will open this site on WebView and do .click
What will help me, in this case, VLC player ?
by Natter
Thu Sep 28, 2023 7:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 625

Re: Video from the site to a file

hi Natter,

it depend how Video will be present at Website

if it "play" a File than you can try to download file
but most Video is a Stream so you must save a Stream

have a look at VLC which can "play" and "record" a Stream
by Jimmy
Thu Sep 28, 2023 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 625

Re: ACROPDF

... on some *.OCX but i got only https://i.postimg.cc/26WWKqNK/Active-X-STDCALL.jpg which are the Standard Method of ActiveX ( Sample VLC ActiveX )
by Jimmy
Tue May 02, 2023 3:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACROPDF
Replies: 5
Views: 542

Re: video frame width and height

... use much CPU Power --- when you have so much Video what do you use as "Player" and how does it connect to TV (Input) :?: i do use WMP or VLC ActiveX in my App to "play" Video Files a.) via HDMI of Grafic Card b.) as "Media"-Server (http in local Network) both "Player" ...
by Jimmy
Sat Dec 17, 2022 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: video frame width and height
Replies: 11
Views: 887

SysRefresh() ( DO Events) / MsgInfo() and ActiveX()

hi, based on CLASS Tvlc from carlos vargas https://forums.fivetechsupport.com/viewtopic.php?t=36205 i wrote CLASS FWTVlc which include Codeblock Slot for Events and Menu https://forums.fivetechsupport.com/viewtopic.php?t=42025      // ActiveX have no Property bRClicke...
by Jimmy
Thu Oct 13, 2022 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SysRefresh() ( DO Events) / MsgInfo() and ActiveX()
Replies: 4
Views: 337

Re: CLASS fwTVCL for IP-TV

hi Silvio, to make a test where is the activex ? VLC Homepage is https://www.videolan.org/vlc/ ! Note : open Combobox and download 64 Bit Version if you want to use 64 Bit App remember to download "Playlist" from HMG Forum with ...
by Jimmy
Sat Aug 06, 2022 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 735

Re: CLASS fwTVCL for IP-TV

... DEBUG Code fwTVCL.PRG *+--------------------------------------------------------------------*+*+ Source Module => c:\fwh\0\IPTV\FWVLC.PRG*+*+    Copyright(C) 1983-2022 by Auge & Ohr*+*+    Functions: Class FWTVlc*+*+    Reformatted by Click! 2.05.40 on Aug-2-2022 at ...
by Jimmy
Tue Aug 02, 2022 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 735

CLASS fwTVCL for IP-TV

hi, Media Player can not only use "Local" Files, it also can "Stream" from Internet using VLC ActiveX i have create CLASS fwTVLC and use it in this Sample to play IP-TV i have wrote this HMG App https://hmgforum.com/download/file.php?id=11168 btw. ...
by Jimmy
Mon Aug 01, 2022 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 735

Re: about RESIZE

... Stack Calls =========== Called from: => _TOOLBAR( 0 ) Called from: => __OBJSENDMSG( 0 ) Called from: .\source\classes\ACTIVEX.PRG => FWTVLC:_TOOLBAR( 169 ) Called from: FWIPTV.prg => FWTVLC:NEW( 785 ) Called from: FWIPTV.prg => MAIN( 122 ) "this" Toolbar is from VLC and ...
by nageswaragunupudi
Sun Jul 31, 2022 4:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: about RESIZE
Replies: 7
Views: 470

Re: about RESIZE

... Stack Calls =========== Called from: => _TOOLBAR( 0 ) Called from: => __OBJSENDMSG( 0 ) Called from: .\source\classes\ACTIVEX.PRG => FWTVLC:_TOOLBAR( 169 ) Called from: FWIPTV.prg => FWTVLC:NEW( 785 ) Called from: FWIPTV.prg => MAIN( 122 ) "this" Toolbar is from VLC and ...
by Jimmy
Fri Jul 29, 2022 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: about RESIZE
Replies: 7
Views: 470

Re: FiveWin ActiveX Event

hi Antonio, while i want to use multi Instance of VLC i have now use CLASS Code CLASS FWTVlc    // FROM TActiveXMETHOD New( oWnd, nRow, nCol, nWidth, nHeight , nIndex) CLASS FWTVlc      ::oControl := TActiveX() :New( oWnd, "VideoLAN.VLCPlugin.2", ...
by Jimmy
Mon Jul 18, 2022 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin ActiveX Event
Replies: 6
Views: 626

Re: FiveWin ActiveX Event

hi Antonio, thx for Answer. i have try every *.PRG where i found bOnEvent and i "think" i got it --- my "Problem" is that VLC does not "react" on "Click" or "KeyPress" when it is "active" (play Video).   oVLCX:bOnEvent := { |event, ...
by Jimmy
Sun Jul 17, 2022 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin ActiveX Event
Replies: 6
Views: 626

Re: FiveWin ActiveX Event

hi, i try to use VLC Player under FiveWin #include "fivewin.ch"PROCEDURE Main()LOCAL oIcon, oVLCX, oWnd   DEFINE WINDOW oWnd FROM 0, 0 TO 600, 800 TITLE "MyPlayer" PIXEL   @ 0, 0 ACTIVEX oVLCX OF oWnd PROGID ...
by Jimmy
Sun Jul 17, 2022 4:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin ActiveX Event
Replies: 6
Views: 626

Re: TActiveX():New( oDlg, "WMPlayer.OCX" .... ) memory leak

... nWidth, nHeight ) i think CLSID must be "WMPlayer.OCX.7" or "{6BF52A52-394A-11d3-B153-00C04F79FAA6}" --- you also can try VLC Player using this CLSID "VideoLAN.VLCPlugin.2"
by dutch
Tue Mar 29, 2022 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TActiveX():New( oDlg, "WMPlayer.OCX" .... ) memory leak
Replies: 11
Views: 838
Next

Return to advanced search