StreamVideo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
'''EXAMPLE''' <syntaxhighlight lang="text"> | '''EXAMPLE''' <syntaxhighlight lang="text"> | ||
~# StreamVideo 0 "https://www.youtube.com/watch?v=JmPgWUd896g | ~# StreamVideo 0 "https://www.youtube.com/watch?v=JmPgWUd896g" | ||
Streaming done | Streaming done | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | [[Category:R2D2]] | ||
[[Category:DATA]] | [[Category:DATA]] | ||
Latest revision as of 23:37, 3 November 2025
This command performs a video streaming action through the specified GSM port to download videos at given URL.
Data session should be active on the specified port.
Any youtube website is supported.
COMMAND
| Command | Line Arguments | Returns |
|---|---|---|
| StreamVideo | PortIndex, URL | Error Code in case of error. |
OUTPUT
Success or Error Message (See Data Commands Messages)
EXAMPLE
~# StreamVideo 0 "https://www.youtube.com/watch?v=JmPgWUd896g"
Streaming done