このコードを使用すると、デスクトップのストリームが iPhone に表示されます。
vlc -I dummy screen:// vlc://quit --sout='#transcode{threads=300,width=554,height=367,fps=30,vcodec=h264,vb=500000,venc=x264{aud,profile=baseline,level=30,keyint=30,bframes=0,ref=1}}:duplicate{dst=std{access=livehttp{seglen=10,delsegs=true,numsegs=100,index=/var/www/streaming/mystream.m3u8,index-url=http://localhost/streaming/mystream-########.ts},mux=ts{use-key-frames},dst=/var/www/streaming/mystream-########.ts}};
しかし、30〜40秒のように大きな遅延があります...この遅延を減らす方法を知っていますか?
私が欲しいのは:
• iPhone の 600x400 ウィンドウのデスクトップを鮮明にストリーミング
• 音声なし
• 1 ~ 2 秒の最大遅延
ストリームのやり方を知っていますか?