dickontoo / omxtx

OpenMAX transcoder for the Raspberry Pi
GNU General Public License v2.0
117 stars 36 forks source link

input output not doing anything ? #18

Closed syst5 closed 7 years ago

syst5 commented 7 years ago

I'm trying omtx for the 1st time to transcode a live video from one rtmp input to another rtmp output, both file name terminated with .flv and nothing happening. Tried a local file name output and nothing happening also. Input does connect successfully to the nginx server but as i said nothing on the other end neither as a file.

Input: Input #0, flv, from 'rtmp://127.0.0.1/live/video.flv': Metadata: title : livestream encoder : Lavf57.66.100 Duration: 00:00:00.00, start: 1278.914000, bitrate: N/A Stream #0.0: Video: h264 (Constrained Baseline), yuvj420p, 1920x1080, 30 fps, 1k tbn

Output: Output #0, flv, to 'video.flv': Stream #0.0: Video: libx264, 1280x720, q=-1--1, 1500 kb/s, 30 fps

dickontoo commented 7 years ago

There's no support for anything other than basic file output -- .mp4 mostly -- as I didn't think it was worth it. Feel free to add it and submit patches...