mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
doc: Add an example on publishing over RTMP
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
3bea53dbdf
commit
d175a5730b
@ -277,6 +277,12 @@ For example to read with @command{avplay} a multimedia resource named
|
||||
avplay rtmp://myserver/vod/sample
|
||||
@end example
|
||||
|
||||
To publish to a password protected server, passing the playpath and
|
||||
app names separately:
|
||||
@example
|
||||
avconv -re -i <input> -f flv -rtmp_playpath some/long/path -rtmp_app long/app/name rtmp://username:password@@myserver/
|
||||
@end example
|
||||
|
||||
@section rtmpe
|
||||
|
||||
Encrypted Real-Time Messaging Protocol.
|
||||
|
Loading…
Reference in New Issue
Block a user