Skip to main content
trentj76618795
Participant
March 2, 2018
Question

rtmp address to give to friend

  • March 2, 2018
  • 2 replies
  • 785 views

How do I find what my rtmp address is so my friend can have my webcam included in his stream?

    This topic has been closed for replies.

    2 replies

    Adobe Employee
    March 12, 2018

    Hi Trent,

    You could use - rtmp://ams-ip-or-dns/live/streamname for Livestreams, and for VOD use following-

    File format

    Address

    F4V

    rtmp://server-domain-or-IP/vod/mp4:filename

    rtmp://server-domain-or-IP/vod/mp4:filename.f4v

    rtmp://server-domain-or-IP/vod/mp4:subfolder/fileName.f4v

    FLV

    rtmp://server-domain-or-IP/vod/filename

    rtmp://server-domain-or-IP/vod/filename.flv

    Regards

    Sanjeev

    Graeme Bull
    Community Expert
    Community Expert
    March 6, 2018

    well, it would be your server/application/instance and then depending on the player you would set the stream name somehow. So maybe something like this:

    rtmp://127.0.0.1/myApplication/myInstance/streamName if the player can parse out the stream name last