projection is not preserved in nginx+ffmpeg 360 video streaming

260 views Asked by At

I am using nginx rtmp module and ffmpeg to stream a 360 degree video, I Am able to stream and play in VLC player, however in during playback 360 video is not preserved. video is playing side by side. Following is my command

sudo ffmpeg  -i sampleVideo.mp4 -vcodec libx264 -vprofile high  -acodec aac -f flv rtmp://localhost/show/stream2
0

There are 0 answers