LaiFeng-Android / SopCastComponent

该项目不再维护,仅供学习参考
Other
2.48k stars 617 forks source link

How to connect two devices #5

Closed HuuNguyen312 closed 7 years ago

HuuNguyen312 commented 7 years ago

Hi,

I want to test your library. But I do not see the link RTMP. Hơ to connect two devices

SuperJim123 commented 7 years ago

@ngochuu90 This is a component for RTMP uploading client. if you want to test this library:

  1. You must have a RTMP server, you can get a free RTMP server by Googling(rtmp://live.hkstv.hk.lxdns.com:1935/live/[your stream name] is a good one).
  2. Use this component and set the right uploading url(such as rtmp://live.hkstv.hk.lxdns.com:1935/live/[your stream name]).
  3. Find a RTMP player(VLC is a good one) to play this network video.
HuuNguyen312 commented 7 years ago

Thanks. Your answer is great.