|
2017-05-09
, 10:11
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, Espaņa
|
#2
|
|
2017-05-09
, 18:34
|
Posts: 20 |
Thanked: 40 times |
Joined on Apr 2015
|
#3
|
|
2017-05-10
, 18:19
|
Posts: 63 |
Thanked: 106 times |
Joined on Mar 2017
|
#4
|
The Following User Says Thank You to moodroid For This Useful Post: | ||
|
2017-05-10
, 18:30
|
Posts: 1,293 |
Thanked: 4,319 times |
Joined on Oct 2014
|
#5
|
Thanks. Still seem to have no sound though. I've found that with paplay I get sound, but with aplay I don't get sound, so wonder if I have an alsa problem?
|
2017-05-17
, 20:44
|
Posts: 20 |
Thanked: 40 times |
Joined on Apr 2015
|
#6
|
The Following User Says Thank You to paolomi For This Useful Post: | ||
|
2017-05-18
, 07:46
|
Posts: 63 |
Thanked: 106 times |
Joined on Mar 2017
|
#7
|
I've compiled ffplay now and there are no sounds, I don't know why.
Some months ago I've compiled mpv and it doesn't work on sailfish os.
The Following 4 Users Say Thank You to moodroid For This Useful Post: | ||
|
2017-05-22
, 21:05
|
Posts: 20 |
Thanked: 40 times |
Joined on Apr 2015
|
#8
|
#!/bin/bash BINPATH="/home/nemo" FILE="$1" $BINPATH/ffmpeg -i $FILE -f wav /tmp/wav.wav $BINPATH/ffplay -fs $FILE & paplay /tmp/wav.wav rm /tmp/wav.wav
|
2017-06-22
, 11:11
|
Posts: 63 |
Thanked: 106 times |
Joined on Mar 2017
|
#9
|
I'll openly admit that I haven't a clue what I'm doing, but as I've been having a few problems gstreamer, I thought I'd try some other options...
I've built ffmpeg (including ffplay), and when I try and play a video with ffplay, the video itself is fine (after rotating and resizing), but I'm getting no audio. I've seen various terms flying around, like alsa, oss, libaudioresource, pulseaudio etc., but I'm not really sure what I'm trying to achieve, let alone how to do it. Just wondered if anyone could give me any clues on what I should try, e.g. parameters to ffplay or building ffmpeg again with certain things enabled?
Thanks
Last edited by moodroid; 2017-06-22 at 11:59.