Jump to content


Photo

New VU+ Solo 4K


  • Please log in to reply
152 replies to this topic

Re: New VU+ Solo 4K #121 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 9 November 2015 - 22:37

Well, you can receive from the streamproxy and transcode to a udp multicast source that you can add to your channel list in enigma2 after passing it from udpxy. Something like:

ffmpeg -re -i http://enigma2.box:8081/1:0:1........... -c:v libx264 -pix_fmt yuv420p -preset veryfast -crf 13 -profile high -level 4.1 -c:a copy -f mpegts udp:238.255.1.1:1234?pkt_size=1316

 

updxy -p 8888 -m eth0

That will run udpxy on port 8888 and use eth0 for multicast.

 

Then you add in favorites:

#SERVICE 1:0:1.......:http%3a127.0.0.1%3a8888/udp/238.255.1.1%3a1234:TRANSCODED

 

assuming you run udpxy on STB.



Re: New VU+ Solo 4K #122 ozzsurf

  • Senior Member
  • 131 posts

+3
Neutral

Posted 10 November 2015 - 13:11

those parameters dont run

have to use the ones in my other post

udpxy drops to many frames and runs all over the place

 

im  working on something else

will post when done


Edited by ozzsurf, 10 November 2015 - 13:13.


Re: New VU+ Solo 4K #123 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 10 November 2015 - 13:21

When ffmpeg unexpectedly stops, then that's either due to an end of stream marker or due to the input running out.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: New VU+ Solo 4K #124 ozzsurf

  • Senior Member
  • 131 posts

+3
Neutral

Posted 10 November 2015 - 13:44

to get this to run so it the output never runs out


still have to use one file

and this works perfect

start your channel
go to openwebif in browser and get the channel data
can be any channel 4:2:2 does not matter
im using fta channel 5 for test
 

http://192.168.1.4:8001/1:0:1:1E14:809:2:11A0000:0:0:0

start ffmpeg
paste this in (use your own sat-box ip)

 

ffmpeg -i http://192.168.1.4:8001/1:0:1:1E14:809:2:11A0000:0:0:0: -f lavfi -i aevalsrc=0 -shortest -c:v libxvid -s 704x576 -qscale:v 5 -c:a copy -f mpegts \\Vusolo2\harddisk\movie\test.ts

now play that file

no need to wait for it to fill up

realtime convert and play

it will never run out of data

had this running for over a hour


perfect


Edited by ozzsurf, 10 November 2015 - 13:47.


Re: New VU+ Solo 4K #125 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 10 November 2015 - 14:26

My example runs fine, it only has one type error, it needs -profile:v high instead of -profile high

So the example from above link would be:

 

ffmpeg -i http://192.168.1.4:8001/1:0:1:1E14:809:2:11A0000:0:0:0: -c:v libx264 -pix_fmt yuv420p -preset veryfast -crf 13 -profile:v high -level 4.1 -c:a copy -f mpegts udp:238.255.1.1:1234?pkt_size=1316
 

 

Of course x264 needs better cpu from xvid. Also -crf 13 creates high bandwdth stream, you can experiment with values up to 23.



Re: New VU+ Solo 4K #126 ozzsurf

  • Senior Member
  • 131 posts

+3
Neutral

Posted 10 November 2015 - 14:32

@malakudi

thanks for the info

 

 

i have my line running sweet

im going to stick with that :)

 

now just need ffmpeg cross compiled for enigma2

 

anyone ? :)


Edited by ozzsurf, 10 November 2015 - 14:33.


Re: New VU+ Solo 4K #127 Robinson

  • Senior Member
  • 2,616 posts

+30
Good

Posted 10 November 2015 - 15:28

malakudi, what is this address?

238.255.1.1

What shall I put in there?


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: New VU+ Solo 4K #128 ozzsurf

  • Senior Member
  • 131 posts

+3
Neutral

Posted 10 November 2015 - 15:52

you will need updxy bin file on your box

 

i tried with updxy  it drops 100s of frames

and freezes

 

best way is to use the one file and it runs perfect


Edited by ozzsurf, 10 November 2015 - 15:53.


Re: New VU+ Solo 4K #129 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 10 November 2015 - 16:44

If udpxy drops packets, it means your network doesn't work correctly for multicast. You could run udpxy where ffmpeg runs to avoid multicast issues, but unfortunately I haven't found a windows binary for udpxy.

 

I doubt the mips processor on most boxes have the cpu power to do transcoding on the fly with ffmpeg for mips.



Re: New VU+ Solo 4K #130 ozzsurf

  • Senior Member
  • 131 posts

+3
Neutral

Posted 10 November 2015 - 17:03

I doubt the mips processor on most boxes have the cpu power to do transcoding on the fly with ffmpeg for mips.

 

i have a older ffmpeg running on my solo2

and that works fine

but it has a lot of codecs missing

 

ffmpeg needs cross compiling to mipsel

tried a millon times to compile it myself but failed

 

i think samsamsam can do it

but he said he was two busy


Edited by ozzsurf, 10 November 2015 - 17:05.


Re: New VU+ Solo 4K #131 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 10 November 2015 - 17:20

ffmpeg will work fine of course. What I said is that the cpu power to run xvid encoding in real time should be much more than what the mips cpus can deliver. Of course we will not know for sure till we try it.



Re: New VU+ Solo 4K #132 Robinson

  • Senior Member
  • 2,616 posts

+30
Good

Posted 10 November 2015 - 19:55

Let me share my experience from today. 

I have been recording a 4:2:2 WWE feed of 24.5W and I used the following command:

ffmpeg -re -i "\\ET9X00\Harddisk\movie\20151110 - instant record.ts" -f lavfi -i aevalsrc=0 -shortest -c:v libxvid -qscale:v 2 -c:a copy -f mpegts "\\ET9X00\Harddisk\movie\425.ts"

I have waited a minute or so and started watching. Unfortunately, the new 4:2:0 ffmpeg recording grew too slowly compared to the play time so it suddenly finished after a couple of minutes. It seems as if I would need a much longer buffer. I'm not sure if this is due to the insufficient CPU power of my computer, or poor Ethernet connection (I doubt it) or poor write speed of my USB HDD (which I recently had some issues with).

Also, as I said before, the 4:2:0 ffmpeg recording shows p60.

 

 

Here is the log:

ffmpeg version N-76479-gc878082 Copyright (c) 2000-2015 the FFmpeg developers
  built with gcc 5.2.0 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --e
nable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore
-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --en
able-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --enable-decklink --enable-zlib
  libavutil      55.  5.100 / 55.  5.100
  libavcodec     57. 14.100 / 57. 14.100
  libavformat    57. 14.100 / 57. 14.100
  libavdevice    57.  0.100 / 57.  0.100
  libavfilter     6. 14.101 /  6. 14.101
  libswscale      4.  0.100 /  4.  0.100
  libswresample   2.  0.100 /  2.  0.100
  libpostproc    54.  0.100 / 54.  0.100
[NULL @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[NULL @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] non-existing SPS 0 referenced in buffering period
[h264 @ 0000000000517320] non-existing PPS 0 referenced
[h264 @ 0000000000517320] decode_slice_header error
[h264 @ 0000000000517320] no frame!
[mpegts @ 000000000047b6c0] Stream #4: not enough frames to estimate rate; consider increasing probesize
[NULL @ 000000000047ee00] start time for stream 0 is not set in estimate_timings_from_pts
[NULL @ 000000000047f5c0] start time for stream 1 is not set in estimate_timings_from_pts
[NULL @ 000000000047ff60] start time for stream 2 is not set in estimate_timings_from_pts
[NULL @ 0000000000480a80] start time for stream 3 is not set in estimate_timings_from_pts
[NULL @ 00000000004815c0] start time for stream 4 is not set in estimate_timings_from_pts
[mpegts @ 000000000047b6c0] Could not find codec parameters for stream 0 (Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels, s16p): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 000000000047b6c0] Could not find codec parameters for stream 1 (Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels, s16p): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 000000000047b6c0] Could not find codec parameters for stream 2 (Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels, s16p): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 000000000047b6c0] Could not find codec parameters for stream 3 (Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels, s16p): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 000000000047b6c0] Could not find codec parameters for stream 4 (Video: h264 ([27][0][0][0] / 0x001B), none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, mpegts, from '\\ET9X00\Harddisk\movie\20151110 - instant record.ts':
  Duration: 00:02:27.95, start: 24329.441200, bitrate: 24681 kb/s
  Program 1
    Stream #0:0[0x100](eng): Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels, s16p
    Stream #0:1[0x101](eng): Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels, s16p
    Stream #0:2[0x102](eng): Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels, s16p
    Stream #0:3[0x103](eng): Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels, s16p
    Stream #0:4[0x134]: Video: h264 ([27][0][0][0] / 0x001B), none, 90k tbr, 90k tbn, 180k tbc
  Program 2
    Stream #0:6[0x13e]: Video: h264 (High 4:2:2) ([27][0][0][0] / 0x001B), yuv422p10le(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc
    Stream #0:5[0x10a](eng): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 384 kb/s
    Stream #0:7[0x10b](eng): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 384 kb/s
    Stream #0:8[0x10c](eng): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 384 kb/s
    Stream #0:9[0x10d](eng): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 384 kb/s
Input #1, lavfi, from 'aevalsrc=0':
  Duration: N/A, start: 0.000000, bitrate: 2822 kb/s
    Stream #1:0: Audio: pcm_f64le, 44100 Hz, mono, dbl, 2822 kb/s
Output #0, mpegts, to '\\ET9X00\Harddisk\movie\425.ts':
  Metadata:
    encoder         : Lavf57.14.100
    Stream #0:0: Video: mpeg4 (libxvid) (xvid / 0x64697678), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 29.97 fps, 90k tbn, 29.97 tbc
    Metadata:
      encoder         : Lavc57.14.100 libxvid
    Stream #0:1(eng): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, 384 kb/s
Stream mapping:
  Stream #0:6 -> #0:0 (h264 (native) -> mpeg4 (libxvid))
  Stream #0:5 -> #0:1 (copy)
Press [q] to stop, [?] for help
[h264 @ 0000000006af5080] reference picture missing during reorder
    Last message repeated 1 times
[h264 @ 0000000006af5080] Missing reference picture, default is 2147483647
    Last message repeated 1 times
[h264 @ 0000000006af5500] reference picture missing during reorder
[h264 @ 0000000006af5500] Missing reference picture, default is 65360
[h264 @ 0000000006af59a0] reference picture missing during reorder
[h264 @ 0000000006af59a0] Missing reference picture, default is 65356
frame= 8776 fps=9.3 q=2.0 size=  830257kB time=00:04:53.66 bitrate=23161.0kbits/s

Attached Files


Edited by Robinson, 10 November 2015 - 19:57.

ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: New VU+ Solo 4K #133 ozzsurf

  • Senior Member
  • 131 posts

+3
Neutral

Posted 10 November 2015 - 22:38

@Robinson

 

read post 127

 

to fix that



Re: New VU+ Solo 4K #134 ozzsurf

  • Senior Member
  • 131 posts

+3
Neutral

Posted 10 November 2015 - 22:45

sorry post 124

 

http://forums.openpl...ndpost&p=513213


Edited by ozzsurf, 10 November 2015 - 22:45.


Re: New VU+ Solo 4K #135 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 10 November 2015 - 23:33

@Robinson: I see you are only getting 9fps. Full HD transcoding needs a good CPU. What is yours?

The topic must be split, all these posts have nothing to do with VU+ Solo 4K.



Re: New VU+ Solo 4K #136 ozzsurf

  • Senior Member
  • 131 posts

+3
Neutral

Posted 10 November 2015 - 23:48

i using ffmpeg from pc wireless to my router

and from router network cable to solo2

and get around 23fps

 

if i use the line in post 124

on a 1080p channel and convert

 

with 704x576 or 720x576 -qscale:v 5

it plays great for hours

 

the only time it glitches

is when you 1st start to convert

because the 1st 5 seconds there is nothing to convert

ffmpeg throws a wobbly

after that it runs great


Edited by ozzsurf, 10 November 2015 - 23:50.


Re: New VU+ Solo 4K #137 Robinson

  • Senior Member
  • 2,616 posts

+30
Good

Posted 10 November 2015 - 23:58

@Robinson: I see you are only getting 9fps. Full HD transcoding needs a good CPU. What is yours?

The topic must be split, all these posts have nothing to do with VU+ Solo 4K.

 

Yes, I already suggested splitting the topic or joining part of it with another thread I posted a link to a couple of days ago.

 

My CPU is only Intel Core 2 Duo at 2.8 GHz. Too weak?

Attached Files

  • Attached File  Comp.jpg   45.94KB   4 downloads

ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: New VU+ Solo 4K #138 Robinson

  • Senior Member
  • 2,616 posts

+30
Good

Posted 11 November 2015 - 00:02

 

Thanks but I think here you are suggesting downscaling to SD?

ffmpeg -i http://192.168.1.4:8001/1:0:1:1E14:809:2:11A0000:0:0:0: -f lavfi -i aevalsrc=0 -shortest -c:v libxvid -s 704x576 -qscale:v 5 -c:a copy -f mpegts \\Vusolo2\harddisk\movie\test.ts

But I really would not like to lose HD functionality.


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: New VU+ Solo 4K #139 ozzsurf

  • Senior Member
  • 131 posts

+3
Neutral

Posted 11 November 2015 - 00:19

try that line at 1920x1080

it it runs bad

drop down to 1280x720

 

qscale:v 5

 

or 4


Edited by ozzsurf, 11 November 2015 - 00:20.


Re: New VU+ Solo 4K #140 Robinson

  • Senior Member
  • 2,616 posts

+30
Good

Posted 12 November 2015 - 22:05

Hi,

I used this line:

ffmpeg -i http://192.168.100.2...FF:642B05:0:0:0: -f lavfi -i aevalsrc=0 -shortest -c:v libxvid -s 1280x720 -qscale:v 5 -c:a copy -f mpegts \\ET9X00\Harddisk\movie\426.ts

on a 24 mbit/s feed but unfortunately my recording is not watchable - both audio and video is constantly breaking up.

Attached is my log file.

Attached Files

  • Attached File  log.txt   619.17KB   0 downloads

ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users