Questions tagged [360-video]
7 questions
8
votes
2 answers
How do I preserve side data when concatenating files in ffmpeg?
I have multiple 360 videos that I'm trying to concatenate in ffmpeg. The command it self is pretty straightforward:
ffmpeg -f concat -i 0036_concat.txt -c copy -strict unofficial 36.mp4
where 0036_concat.txt is just a list of the individual…
user578895
1
vote
0 answers
360 Videos - HLS streaming using react native
I wanted to understand if there's a way to streaming 360 videos using HLS protocol without using the web view in react-native application.
If none, how do I optimize the web-view.

Fareed khan
- 97
- 8
1
vote
0 answers
projection is not preserved in nginx+ffmpeg 360 video streaming
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…

Ram
- 121
- 1
- 6
0
votes
0 answers
360 video not playing on aframe
I was trying to play my own 360 video mp4 file offline with sphere code in a-frame, but it's not working, does anyone know why? Here's my code