Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

omxplayer freezes on mjpeg stream #210

Open
robosamir opened this issue May 28, 2014 · 1 comment
Open

omxplayer freezes on mjpeg stream #210

robosamir opened this issue May 28, 2014 · 1 comment

Comments

@robosamir
Copy link

when running omxplayer as:

mkfifo /tmp/stream.mjpeg
wget -O /tmp/stream.mjpeg http://some.mjpeg.stream
omxplayer -o hdmi -g -s -b --no-keys --fps 25 /tmp/stream.mjpeg

omxplayer occasionally freezes and then resumes. on resume, it plays the lagged frames super quickly.

genlog shows the following happens during the freeze

02:25:53 T:18446744071698232272   DEBUG: Normal M:347975692 (A:0 V:349120000) P:0 A:-347.98 V:1.14/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:25:53 T:18446744071698235383    INFO: CDVDPlayerVideo::Decode dts:349160000 pts:349160000 cur:349160000, size:9199
02:25:53 T:18446744071698236747    INFO: CDVDPlayerVideo::Decode dts:349200000 pts:349200000 cur:349200000, size:9162
02:25:53 T:18446744071698238514    INFO: CDVDPlayerVideo::Decode dts:349240000 pts:349240000 cur:349240000, size:9163
02:25:54 T:18446744071698755762    INFO: CDVDPlayerVideo::Decode dts:349280000 pts:349280000 cur:349280000, size:9110
02:25:54 T:18446744071698756774   DEBUG: Normal M:348500141 (A:0 V:349280000) P:0 A:-348.50 V:0.78/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:25:54 T:18446744071698758940    INFO: CDVDPlayerVideo::Decode dts:349320000 pts:349320000 cur:349320000, size:9111
02:25:54 T:18446744071698760174    INFO: CDVDPlayerVideo::Decode dts:349360000 pts:349360000 cur:349360000, size:9110
02:25:55 T:18446744071699491803    INFO: CDVDPlayerVideo::Decode dts:349400000 pts:349400000 cur:349400000, size:9110
02:25:55 T:18446744071699494856   DEBUG: Normal M:349236216 (A:0 V:349400000) P:0 A:-349.24 V:0.16/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:25:55 T:18446744071699497050    INFO: CDVDPlayerVideo::Decode dts:349440000 pts:349440000 cur:349440000, size:9111
02:25:55 T:18446744071699498259    INFO: CDVDPlayerVideo::Decode dts:349480000 pts:349480000 cur:349480000, size:9194
02:25:55 T:18446744071700322289    INFO: CDVDPlayerVideo::Decode dts:349520000 pts:349520000 cur:349520000, size:9151
02:25:56 T:18446744071700330517   DEBUG: Normal M:350066745 (A:0 V:349520000) P:0 A:-350.07 V:-0.55/T:16.00 (0,1,1,0) A:0% V:0% (0.00,0.00)
02:25:56 T:18446744071700330952   DEBUG: Pause -350.07,-0.55 (0,1,1,0) 16.00
02:25:56 T:18446744071700331218   DEBUG: OMXClock::OMXSetSpeed(0.00) pause_resume:1
02:25:56 T:18446744071700338089    INFO: CDVDPlayerVideo::Decode dts:349560000 pts:349560000 cur:349560000, size:9222
02:25:56 T:18446744071700340733    INFO: CDVDPlayerVideo::Decode dts:349600000 pts:349600000 cur:349600000, size:9154
02:25:56 T:18446744071700342583    INFO: CDVDPlayerVideo::Decode dts:349640000 pts:349640000 cur:349640000, size:9154
02:25:56 T:18446744071700344735   DEBUG: Normal M:350081666 (A:0 V:349640000) P:1 A:-350.08 V:-0.44/T:16.00 (0,1,1,0) A:0% V:0% (0.00,0.00)
02:25:56 T:18446744071701285648    INFO: CDVDPlayerVideo::Decode dts:349680000 pts:349680000 cur:349680000, size:9155
02:25:56 T:18446744071701286584   DEBUG: Normal M:350081666 (A:0 V:349680000) P:1 A:-350.08 V:-0.40/T:16.00 (0,1,1,0) A:0% V:0% (0.00,0.00)
02:25:56 T:18446744071701288450    INFO: CDVDPlayerVideo::Decode dts:349720000 pts:349720000 cur:349720000, size:9126
02:25:56 T:18446744071701291030    INFO: CDVDPlayerVideo::Decode dts:349760000 pts:349760000 cur:349760000, size:9127
02:25:57 T:18446744071702152764    INFO: CDVDPlayerVideo::Decode dts:349800000 pts:349800000 cur:349800000, size:9199
02:25:57 T:18446744071702153900   DEBUG: Normal M:350081666 (A:0 V:349800000) P:1 A:-350.08 V:-0.28/T:16.00 (0,1,1,0) A:0% V:0% (0.00,0.00)
02:25:57 T:18446744071702156758    INFO: CDVDPlayerVideo::Decode dts:349840000 pts:349840000 cur:349840000, size:9258
02:25:57 T:18446744071702158068    INFO: CDVDPlayerVideo::Decode dts:349880000 pts:349880000 cur:349880000, size:9259
02:25:58 T:18446744071702880415    INFO: CDVDPlayerVideo::Decode dts:349920000 pts:349920000 cur:349920000, size:9174
02:25:58 T:18446744071702881228   DEBUG: Normal M:350081666 (A:0 V:349920000) P:1 A:-350.08 V:-0.16/T:16.00 (0,1,1,0) A:0% V:0% (0.00,0.00)
02:25:58 T:18446744071702882998    INFO: CDVDPlayerVideo::Decode dts:349960000 pts:349960000 cur:349960000, size:9119
02:25:58 T:18446744071702886671    INFO: CDVDPlayerVideo::Decode dts:350000000 pts:350000000 cur:350000000, size:9114
02:25:58 T:18446744071702888751    INFO: CDVDPlayerVideo::Decode dts:350040000 pts:350040000 cur:350040000, size:9114
02:25:59 T:18446744071703734611    INFO: CDVDPlayerVideo::Decode dts:350080000 pts:350080000 cur:350080000, size:9115
02:25:59 T:18446744071703735544   DEBUG: Normal M:350081666 (A:0 V:350080000) P:1 A:-350.08 V:-0.00/T:16.00 (0,1,1,0) A:0% V:0% (0.00,0.00)
02:25:59 T:18446744071703737293    INFO: CDVDPlayerVideo::Decode dts:350120000 pts:350120000 cur:350120000, size:9186
02:25:59 T:18446744071703739599    INFO: CDVDPlayerVideo::Decode dts:350160000 pts:350160000 cur:350160000, size:9187
02:25:59 T:18446744071704301749    INFO: CDVDPlayerVideo::Decode dts:350200000 pts:350200000 cur:350200000, size:9174
02:25:59 T:18446744071704302995   DEBUG: Normal M:350081666 (A:0 V:350200000) P:1 A:-350.08 V:0.12/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:25:59 T:18446744071704304769    INFO: CDVDPlayerVideo::Decode dts:350240000 pts:350240000 cur:350240000, size:9182
02:25:59 T:18446744071704306722    INFO: CDVDPlayerVideo::Decode dts:350280000 pts:350280000 cur:350280000, size:9182
02:26:01 T:18446744071705330220    INFO: CDVDPlayerVideo::Decode dts:350320000 pts:350320000 cur:350320000, size:9183
02:26:01 T:18446744071705338850   DEBUG: Normal M:350081666 (A:0 V:350320000) P:1 A:-350.08 V:0.24/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:01 T:18446744071705341759    INFO: CDVDPlayerVideo::Decode dts:350360000 pts:350360000 cur:350360000, size:9158
02:26:01 T:18446744071705343276    INFO: CDVDPlayerVideo::Decode dts:350400000 pts:350400000 cur:350400000, size:9159
02:26:01 T:18446744071705345387    INFO: CDVDPlayerVideo::Decode dts:350440000 pts:350440000 cur:350440000, size:9122
02:26:01 T:18446744071705968694   DEBUG: Normal M:350081666 (A:0 V:350440000) P:1 A:-350.08 V:0.36/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:01 T:18446744071705970671    INFO: CDVDPlayerVideo::Decode dts:350480000 pts:350480000 cur:350480000, size:9203
02:26:01 T:18446744071705971799    INFO: CDVDPlayerVideo::Decode dts:350520000 pts:350520000 cur:350520000, size:9194
02:26:01 T:18446744071705973080    INFO: CDVDPlayerVideo::Decode dts:350560000 pts:350560000 cur:350560000, size:9195
02:26:02 T:18446744071706782173    INFO: CDVDPlayerVideo::Decode dts:350600000 pts:350600000 cur:350600000, size:9122
02:26:02 T:18446744071706782815   DEBUG: Normal M:350081666 (A:0 V:350600000) P:1 A:-350.08 V:0.52/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:02 T:18446744071706785846    INFO: CDVDPlayerVideo::Decode dts:350640000 pts:350640000 cur:350640000, size:9123
02:26:02 T:18446744071706787146    INFO: CDVDPlayerVideo::Decode dts:350680000 pts:350680000 cur:350680000, size:9130
02:26:02 T:18446744071706788969    INFO: CDVDPlayerVideo::Decode dts:350720000 pts:350720000 cur:350720000, size:9131
02:26:03 T:18446744071707392152    INFO: CDVDPlayerVideo::Decode dts:350760000 pts:350760000 cur:350760000, size:9158
02:26:03 T:18446744071707393066   DEBUG: Normal M:350081666 (A:0 V:350760000) P:1 A:-350.08 V:0.68/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:03 T:18446744071707394664    INFO: CDVDPlayerVideo::Decode dts:350800000 pts:350800000 cur:350800000, size:9158
02:26:03 T:18446744071707396878    INFO: CDVDPlayerVideo::Decode dts:350840000 pts:350840000 cur:350840000, size:9159
02:26:03 T:18446744071708256106    INFO: CDVDPlayerVideo::Decode dts:350880000 pts:350880000 cur:350880000, size:9146
02:26:03 T:18446744071708257035   DEBUG: Normal M:350081666 (A:0 V:350880000) P:1 A:-350.08 V:0.80/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:03 T:18446744071708259295    INFO: CDVDPlayerVideo::Decode dts:350920000 pts:350920000 cur:350920000, size:9147
02:26:03 T:18446744071708260530    INFO: CDVDPlayerVideo::Decode dts:350960000 pts:350960000 cur:350960000, size:9166
02:26:05 T:18446744071709365791    INFO: CDVDPlayerVideo::Decode dts:351000000 pts:351000000 cur:351000000, size:9166
02:26:05 T:18446744071709366713   DEBUG: Normal M:350081666 (A:0 V:351000000) P:1 A:-350.08 V:0.92/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:05 T:18446744071709369232    INFO: CDVDPlayerVideo::Decode dts:351040000 pts:351040000 cur:351040000, size:9167
02:26:05 T:18446744071709370483    INFO: CDVDPlayerVideo::Decode dts:351080000 pts:351080000 cur:351080000, size:9162
02:26:05 T:18446744071709372203    INFO: CDVDPlayerVideo::Decode dts:351120000 pts:351120000 cur:351120000, size:9163
02:26:05 T:18446744071710288770    INFO: CDVDPlayerVideo::Decode dts:351160000 pts:351160000 cur:351160000, size:9142
02:26:05 T:18446744071710289698   DEBUG: Normal M:350081666 (A:0 V:351160000) P:1 A:-350.08 V:1.08/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:05 T:18446744071710291834    INFO: CDVDPlayerVideo::Decode dts:351200000 pts:351200000 cur:351200000, size:9143
02:26:05 T:18446744071710293120    INFO: CDVDPlayerVideo::Decode dts:351240000 pts:351240000 cur:351240000, size:9066
02:26:06 T:18446744071710946394    INFO: CDVDPlayerVideo::Decode dts:351280000 pts:351280000 cur:351280000, size:9067
02:26:06 T:18446744071710947273   DEBUG: Normal M:350081666 (A:0 V:351280000) P:1 A:-350.08 V:1.20/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:06 T:18446744071710949545    INFO: CDVDPlayerVideo::Decode dts:351320000 pts:351320000 cur:351320000, size:9174
02:26:06 T:18446744071710950787    INFO: CDVDPlayerVideo::Decode dts:351360000 pts:351360000 cur:351360000, size:9175
02:26:07 T:18446744071711880854    INFO: CDVDPlayerVideo::Decode dts:351400000 pts:351400000 cur:351400000, size:9194
02:26:07 T:18446744071711881846   DEBUG: Normal M:350081666 (A:0 V:351400000) P:1 A:-350.08 V:1.32/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:07 T:18446744071711884072    INFO: CDVDPlayerVideo::Decode dts:351440000 pts:351440000 cur:351440000, size:9195
02:26:07 T:18446744071711885406    INFO: CDVDPlayerVideo::Decode dts:351480000 pts:351480000 cur:351480000, size:9126
02:26:07 T:18446744071711887699    INFO: CDVDPlayerVideo::Decode dts:351520000 pts:351520000 cur:351520000, size:9127
02:26:08 T:18446744071712369513    INFO: CDVDPlayerVideo::Decode dts:351560000 pts:351560000 cur:351560000, size:9086
02:26:08 T:18446744071712370429   DEBUG: Normal M:350081666 (A:0 V:351560000) P:1 A:-350.08 V:1.48/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:08 T:18446744071712372560    INFO: CDVDPlayerVideo::Decode dts:351600000 pts:351600000 cur:351600000, size:9086
02:26:08 T:18446744071712374312    INFO: CDVDPlayerVideo::Decode dts:351640000 pts:351640000 cur:351640000, size:9139
02:26:09 T:18446744071713447072    INFO: CDVDPlayerVideo::Decode dts:351680000 pts:351680000 cur:351680000, size:9154
02:26:09 T:18446744071713447934   DEBUG: Normal M:350081666 (A:0 V:351680000) P:1 A:-350.08 V:1.60/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:09 T:18446744071713450182    INFO: CDVDPlayerVideo::Decode dts:351720000 pts:351720000 cur:351720000, size:9154
02:26:09 T:18446744071713451423    INFO: CDVDPlayerVideo::Decode dts:351760000 pts:351760000 cur:351760000, size:9102
02:26:09 T:18446744071714031585   DEBUG: Normal M:350081666 (A:0 V:351760000) P:1 A:-350.08 V:1.68/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:09 T:18446744071714033862    INFO: CDVDPlayerVideo::Decode dts:351800000 pts:351800000 cur:351800000, size:9103
02:26:09 T:18446744071714035075    INFO: CDVDPlayerVideo::Decode dts:351840000 pts:351840000 cur:351840000, size:9070
02:26:09 T:18446744071714036436    INFO: CDVDPlayerVideo::Decode dts:351880000 pts:351880000 cur:351880000, size:9130
02:26:09 T:18446744071714038490    INFO: CDVDPlayerVideo::Decode dts:351920000 pts:351920000 cur:351920000, size:9131
02:26:10 T:18446744071714630868    INFO: CDVDPlayerVideo::Decode dts:351960000 pts:351960000 cur:351960000, size:9194
02:26:10 T:18446744071714631723   DEBUG: Normal M:350081666 (A:0 V:351960000) P:1 A:-350.08 V:1.88/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:10 T:18446744071714633953    INFO: CDVDPlayerVideo::Decode dts:352000000 pts:352000000 cur:352000000, size:9171
02:26:10 T:18446744071714635207    INFO: CDVDPlayerVideo::Decode dts:352040000 pts:352040000 cur:352040000, size:9098
02:26:11 T:18446744071715737300    INFO: CDVDPlayerVideo::Decode dts:352080000 pts:352080000 cur:352080000, size:9099
02:26:11 T:18446744071715738244   DEBUG: Normal M:350081666 (A:0 V:352080000) P:1 A:-350.08 V:2.00/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:11 T:18446744071715740745    INFO: CDVDPlayerVideo::Decode dts:352120000 pts:352120000 cur:352120000, size:9130
02:26:11 T:18446744071715742083    INFO: CDVDPlayerVideo::Decode dts:352160000 pts:352160000 cur:352160000, size:9179
02:26:11 T:18446744071715744370    INFO: CDVDPlayerVideo::Decode dts:352200000 pts:352200000 cur:352200000, size:9123
02:26:12 T:18446744071716396937    INFO: CDVDPlayerVideo::Decode dts:352240000 pts:352240000 cur:352240000, size:9102
02:26:12 T:18446744071716397909   DEBUG: Normal M:350081666 (A:0 V:352240000) P:1 A:-350.08 V:2.16/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:12 T:18446744071716399999    INFO: CDVDPlayerVideo::Decode dts:352280000 pts:352280000 cur:352280000, size:9102
02:26:12 T:18446744071716401261    INFO: CDVDPlayerVideo::Decode dts:352320000 pts:352320000 cur:352320000, size:9102
02:26:12 T:18446744071716980384   DEBUG: Normal M:350081666 (A:0 V:352320000) P:1 A:-350.08 V:2.24/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:12 T:18446744071716982422    INFO: CDVDPlayerVideo::Decode dts:352360000 pts:352360000 cur:352360000, size:9126
02:26:12 T:18446744071716983583    INFO: CDVDPlayerVideo::Decode dts:352400000 pts:352400000 cur:352400000, size:9127
02:26:12 T:18446744071716984917    INFO: CDVDPlayerVideo::Decode dts:352440000 pts:352440000 cur:352440000, size:9082
02:26:13 T:18446744071717608696    INFO: CDVDPlayerVideo::Decode dts:352480000 pts:352480000 cur:352480000, size:9083
02:26:13 T:18446744071717609751   DEBUG: Normal M:350081666 (A:0 V:352480000) P:1 A:-350.08 V:2.40/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:14 T:18446744071718391567   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:0% (0.00,0.00)
02:26:16 T:18446744071720352306   DEBUG: Previous line repeats 2 times.
02:26:16 T:18446744071720352306   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:1% (0.00,0.00)
02:26:18 T:18446744071722383008   DEBUG: Previous line repeats 2 times.
02:26:18 T:18446744071722383008   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:2% (0.00,0.00)
02:26:21 T:18446744071725419284   DEBUG: Previous line repeats 3 times.
02:26:21 T:18446744071725419284   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:3% (0.00,0.00)
02:26:23 T:18446744071727635874   DEBUG: Previous line repeats 2 times.
02:26:23 T:18446744071727635874   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:4% (0.00,0.00)
02:26:25 T:18446744071730049332   DEBUG: Previous line repeats 3 times.
02:26:25 T:18446744071730049332   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:5% (0.00,0.00)
02:26:28 T:18446744071732340107   DEBUG: Previous line repeats 2 times.
02:26:28 T:18446744071732340107   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:6% (0.00,0.00)
02:26:30 T:18446744071735124387   DEBUG: Previous line repeats 3 times.
02:26:30 T:18446744071735124387   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:7% (0.00,0.00)
02:26:32 T:18446744071736816605   DEBUG: Previous line repeats 2 times.
02:26:32 T:18446744071736816605   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:8% (0.00,0.00)
02:26:34 T:18446744071738764115   DEBUG: Previous line repeats 2 times.
02:26:34 T:18446744071738764115   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:9% (0.00,0.00)
02:26:37 T:18446744071741850942   DEBUG: Previous line repeats 3 times.
02:26:37 T:18446744071741850942   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:10% (0.00,0.00)
02:26:40 T:18446744071744403915   DEBUG: Previous line repeats 2 times.
02:26:40 T:18446744071744403915   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:11% (0.00,0.00)
02:26:43 T:18446744071747462740   DEBUG: Previous line repeats 3 times.
02:26:43 T:18446744071747462740   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:12% (0.00,0.00)
02:26:46 T:18446744071750375613   DEBUG: Previous line repeats 2 times.
02:26:46 T:18446744071750375613   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:13% (0.00,0.00)
02:26:49 T:18446744071753640275   DEBUG: Previous line repeats 3 times.
02:26:49 T:18446744071753640275   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:14% (0.00,0.00)
02:26:51 T:18446744071755653376   DEBUG: Previous line repeats 2 times.
02:26:51 T:18446744071755653376   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:15% (0.00,0.00)
02:26:53 T:18446744071758110353   DEBUG: Previous line repeats 2 times.
02:26:53 T:18446744071758110353   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:16% (0.00,0.00)
02:26:56 T:18446744071761087265   DEBUG: Previous line repeats 3 times.
02:26:56 T:18446744071761087265   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:17% (0.00,0.00)
02:26:58 T:18446744071763159474   DEBUG: Previous line repeats 2 times.
02:26:58 T:18446744071763159474   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:18% (0.00,0.00)
02:27:00 T:18446744071765088371   DEBUG: Previous line repeats 2 times.
02:27:00 T:18446744071765088371   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:19% (0.00,0.00)
02:27:03 T:18446744071767940888   DEBUG: Previous line repeats 3 times.
02:27:03 T:18446744071767940888   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:20% (0.00,0.00)
02:27:05 T:18446744071770328915   DEBUG: Previous line repeats 2 times.
02:27:05 T:18446744071770328915   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:21% (0.00,0.00)
02:27:08 T:18446744071772473334   DEBUG: Previous line repeats 3 times.
02:27:08 T:18446744071772473334   DEBUG: Normal M:350081666 (A:0 V:352520000) P:1 A:-350.08 V:2.44/T:16.00 (0,0,1,0) A:0% V:22% (0.00,0.00)

The V % increases all the way to 99% then the display resumes. The log at the resumption point is similar to below

02:02:09 T:858896143   DEBUG: Normal M:28698251 (A:0 V:31280000) P:1 A:-28.70 V:2.58/T:3.20 (0,0,1,0) A:0% V:99% (0.00,0.00)
02:02:12 T:862173750   DEBUG: Previous line repeats 4 times.
02:02:12 T:862173750   DEBUG: Resume -28.70,2.58 (0,0,1,0) EOF:0 PKT:0x2e7b978
02:02:12 T:862175047   DEBUG: OMXClock::OMXSetSpeed(1.00) pause_resume:1
02:02:12 T:862186422    INFO: CDVDPlayerVideo::Decode dts:31280000 pts:31280000 cur:31280000, size:9350
02:02:12 T:862190016    INFO: CDVDPlayerVideo::Decode dts:31320000 pts:31320000 cur:31320000, size:9350
02:02:12 T:862192944    INFO: CDVDPlayerVideo::Decode dts:31360000 pts:31360000 cur:31360000, size:9350
02:02:12 T:862195274    INFO: CDVDPlayerVideo::Decode dts:31400000 pts:31400000 cur:31400000, size:9335
02:02:12 T:862197467    INFO: CDVDPlayerVideo::Decode dts:31440000 pts:31440000 cur:31440000, size:9346

Then V% decreases to 0% eventually.

This keeps happening again and again while playing the stream.

@robosamir
Copy link
Author

my omxplayer version is
omxplayer --version
omxplayer - Commandline multimedia player for the Raspberry Pi
Build date: Wed, 09 Apr 2014 19:54:09 +0000
Version : 46616c5 [master]
Repository: https://github.com/popcornmix/omxplayer.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant