StreamVideo: Difference between revisions
Jump to navigation
Jump to search
(Created page with " This command executes HTTP method on the specified GSM port. It requires an active connection to HTTP server on the specified GSM port. HTTP method can be GET, PUT, DELETE or POST. Input file path is used for PUT and POST methods, output file path is used for GET, DELETE and POST methods. If any of required parameter is not needed it can be specified as NULL string (""). Optional HTTP header name and value should be specified always in pair. Up to 12 HTTP headers...") Tag: 2017 source edit |
No edit summary |
||
Line 1: | Line 1: | ||
This command | 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 18: | Line 12: | ||
!Returns | !Returns | ||
|- | |- | ||
| | |'''StreamVideo''' | ||
|PortIndex | |PortIndex, URL | ||
|[[R2D2 Error Codes|Error Code]] in case of error. | |[[R2D2 Error Codes|Error Code]] in case of error. | ||
|} | |} | ||
Line 28: | Line 22: | ||
'''EXAMPLE''' <syntaxhighlight lang="text"> | '''EXAMPLE''' <syntaxhighlight lang="text"> | ||
~# StreamVideo 0 "https://www.youtube.com/watch?v=JmPgWUd896g | |||
~# | Streaming done | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | [[Category:R2D2]] | ||
[[Category:DATA]] | [[Category:DATA]] |
Latest revision as of 20:30, 1 April 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