abhay9989 Posted January 2 Posted January 2 (edited) Is it possible to play or interact with a RTMP stream using AutoIt, maybe by embedding a browser control or scripting a Windows GUI component? I’m working on a small project and looking at using an open-source RTMP server like Red5 on the backend red5 Others mostly point to external players like VLC, but I’m trying to do something closer to an in-app or scripted solution on Windows rather than launching a separate player. Just trying to understand what is realistic here with AutoIt and Windows GUI automation. Edited Thursday at 01:05 PM by Jos
Moderators Melba23 Posted January 2 Moderators Posted January 2 Moved to the appropriate forum. Moderation Team Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
argumentum Posted January 2 Posted January 2 2 hours ago, abhay9989 said: but I’m trying to do something closer to an in-app or scripted solution on Windows rather than launching a separate player. You can do TCP with AutoIt. You can do many things with AutoIt, but a video player is not. So, what are you up to ?. You could not help the one asking for help by just what is written. Read what the OP posted ( yourself ) and explain what he needs. You can't. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
MattyD Posted January 4 Posted January 4 (edited) I don't think we can do this natively - you might be able to use ffmpeg, but it won't be straightforward With this , it looks like we can theoretically turn a stream into a MediaStreamSource object. Then playback is done with a mediaplayerelement. Edit: A long while back I had created a single HTML page with a player - it was hosted on an internal server, and (I think) I had it working for in-house streams. I'm not sure of your use case, but that might be an alternate solution? It's probably easier than creating/distributing software anyway! Edited January 4 by MattyD
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now