Hello

How to stream 360 degree video using ffmpeg command without loosing 360 degree view .
with following command , video is playing with equirectangular projection way, How do I preserve 360 view?
HTML Code:
[HTML]sudo ffmpeg -i 360video.MP4 -vcodec libx264 -strict unofficial -vprofile high  -acodec aac  -f flv  rtmp://localhost/stream/RC
[/HTML]