Posts by fairbird

    Test ..

    If still the same ... give this in telnet and send output and the log also

    Code
    killall -9 gst-launch-1.0

    Now test this ... and make sure the audio + video work fine if close video and open it again also go to other match and check videos


    I need debug log important !

    Do not ask AI about python never no need at all .. Just focus of manually command with (gst-launch-1.0) in telnet nothing more ...

    Please test last update here

    IA was wrong ... All E2 device can run manually command in telnet with (gst-launch-1.0) but need to know the correct command ..


    Test file from attach

    Did you test it by your self ?!!

    1-try to install new image

    2-instal plugin + alsa-utils.deb
    3- test all these command



    and important things .. after test any code before test the next code just change the channel to refresh the audio again

    Exactly that what I said this is not good ide


    Code
    wget -qO - "http://localhost/web/mediaplayerplay?file=/tmp/a.mp4"


    You need try to find command only with (gst-launch-1.0 playbin) or (gst-launch-1.0 filesrc)

    lik

    Code
    gst-launch-1.0 filesrc location=%s ! qtdemux ! aacparse ! avdec_aac ! audioconvert ! alsasink device=dreamhdmi

    I know about this I tested before on Dm920 does not work with plugin smoothly .. But you can test it ... file in attach

    Code
    wget -qO - "http://localhost/web/mediaplayerplay?file=/tmp/a.mp4"

    Also do restart e2 after test plugin and Test this in telnet and send the output ...

    Code
    gst-launch-1.0 playbin uridecode uri=/tmp/a.mp4

    The problem is you found these command to run audio only with stop E2 .. and this does not correctly wen need command run audio with E2 working

    Code
    gst-launch-1.0 playbin uri=file:///tmp/a.mp4 video-sink="dreamvideosink" audio-sink="alsasink"
    gst-launch-1.0 filesrc location=/tmp/a.mp4 ! qtdemux ! aacparse ! avdec_aac ! audioconvert ! alsasink


    Anyway try this from attach ..

    if does not work send the log and also try to find correct command work with E2 working not stop

    Perfect ..

    The sound plays with these commands, but only if the system is stopped (init 4) - thanks to Gemini and you of course:


    Code
    gst-launch-1.0 playbin uri=file:///tmp/a.mp4 video-sink="dreamvideosink" audio-sink="alsasink"
    gst-launch-1.0 filesrc location=/tmp/a.mp4 ! qtdemux ! aacparse ! avdec_aac ! audioconvert ! alsasink

    Test ..
    Which one work with you .. if does not send the log for each file

    no test this

    Code
    amixer -c 0 sset 'Audio hdmi-out mute' off
    amixer -c 0 sset 'Audio spdif mute' off
    amixer -c 0 sset 'Master' 25


    if sound of dvb channel back to work then run this

    Code
    gst-launch-1.0 filesrc location=/tmp/a.mp4 ! qtdemux ! aacparse ! avdec_aac ! audioconvert ! audioresample ! "audio/x-raw,format=S16LE,channels=2,rate=48000" ! alsasink device=dreamhdmi

    and send the feedback ...