Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (70)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (7259)

  • npm ffmpeg-binaries failed install

    19 janvier 2019, par ICEBERG665

    Problem

    Failed at the ffmpeg-binaries@4.0.0 install script ’node install’

    How I do it

    npm i ffmpeg-binaries

    Environment

    Ubuntu 14 on VDS

    Node v6.0.0

    NVM v3.8.6

    Last string of npm-debug

       9491 silly rollbackFailedOptional Starting
       9492 silly rollbackFailedOptional Finishing
       9493 silly runTopLevelLifecycles Starting
       9494 silly runTopLevelLifecycles Finishing
       9495 silly install printInstalled
       9496 warn root@1.0.0 No description
       9497 warn root@1.0.0 No repository field.
       9498 verbose stack Error: ffmpeg-binaries@4.0.0 install: `node install`
       9498 verbose stack Exit status 137
       9498 verbose stack     at EventEmitter.<anonymous> (/root/.nvm/versions/node/v6.0.0/lib/node_modules/npm/lib/utils/lifecycle.js:239:16)
       9498 verbose stack     at emitTwo (events.js:106:13)
       9498 verbose stack     at EventEmitter.emit (events.js:191:7)
       9498 verbose stack     at ChildProcess.<anonymous> (/root/.nvm/versions/node/v6.0.0/lib/node_modules/npm/lib/utils/spawn.js:24:14)
       9498 verbose stack     at emitTwo (events.js:106:13)
       9498 verbose stack     at ChildProcess.emit (events.js:191:7)
       9498 verbose stack     at maybeClose (internal/child_process.js:850:16)
       9498 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
       9499 verbose pkgid ffmpeg-binaries@4.0.0
       9500 verbose cwd /root
       9501 error Linux 2.6.32-042stab127.2
       9502 error argv "/root/.nvm/versions/node/v6.0.0/bin/node" "/root/.nvm/versions/node/v6.0.0/bin/npm" "i" "ffmpeg-binaries"
       9503 error node v6.0.0
       9504 error npm  v3.8.6
       9505 error code ELIFECYCLE
       9506 error ffmpeg-binaries@4.0.0 install: `node install`
       9506 error Exit status 137
       9507 error Failed at the ffmpeg-binaries@4.0.0 install script 'node install'.
       9507 error Make sure you have the latest version of node.js and npm installed.
       9507 error If you do, this is most likely a problem with the ffmpeg-binaries package,
       9507 error not with npm itself.
       9507 error Tell the author that this fails on your system:
       9507 error     node install
       9507 error You can get information on how to open an issue for this project with:
       9507 error     npm bugs ffmpeg-binaries
       9507 error Or if that isn't available, you can get their info via:
       9507 error     npm owner ls ffmpeg-binaries
       9507 error There is likely additional logging output above.
       9508 verbose exit [ 1, true ]
    </anonymous></anonymous>
  • Streaming Rtsp stream to website using FFmpeg and FFserver.

    23 août 2016, par Pallav Gupta

    I am working on a website for a client and one of the requirement is to embed the video from HikVision DVR DS7116. I have the RTSP url for the DVR. I want help with FFmpeg and FFserver. I already have written my ffserver config file.

    /etc/ffserver.config

    Port 9500
    # bind to all IPs aliased or not
    BindAddress 0.0.0.0
    # max number of simultaneous clients
    MaxClients 1000
    # max bandwidth per-client (kb/s)
    MaxBandwidth 10000
    # Suppress that if you want to launch ffserver as a daemon.
    NoDaemon

    <feed>
    File /tmp/feed1.ffm
    FileMaxSize 5M
    </feed>

    <stream>
    Feed feed1.ffm
    Format swf
    VideoCodec flv
    VideoFrameRate 15
    VideoBufferSize 80000
    VideoBitRate 100
    VideoQMin 1
    VideoQMax 5
    VideoSize 352x288
    PreRoll 0
    Noaudio
    </stream>

    I next run my ffserver and ffmpeg command which is

    ffserver &amp; ffmpeg -re -i rtsp://admin:12345@192.168.1.3/MPEG-4/ch1/main/av_stream  http://192.168.1.105:9500/feed1.ffm

    The output which i receive is as follows

    ffmpeg version N-80901-gfebc862 Copyright (c) 2000-2016 the FFmpeg developers
     built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
     configuration: --extra-libs=-ldl --prefix=/opt/ffmpeg --mandir=/usr/share/man --enable-avresample --disable-debug --enable-nonfree --enable-gpl --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --disable-decoder=amrnb --disable-decoder=amrwb --enable-libpulse --enable-libfreetype --enable-gnutls --enable-libx264 --enable-libx265 --enable-libfdk-aac --enable-libvorbis --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libspeex --enable-libass --enable-avisynth --enable-libsoxr --enable-libxvid --enable-libvidstab

     libavutil      55. 28.100 / 55. 28.100
     libavcodec     57. 48.101 / 57. 48.101
     libavformat    57. 41.100 / 57. 41.100
     libavdevice    57.  0.102 / 57.  0.102
     libavfilter     6. 47.100 /  6. 47.100
     libavresample   3.  0.  0 /  3.  0.  0
     libswscale      4.  1.100 /  4.  1.100
     libswresample   2.  1.100 /  2.  1.100
     libpostproc    54.  0.100 / 54.  0.100

    [rtsp @ 0x20c4720] Missing PPS in sprop-parameter-sets, ignoring
    [h264 @ 0x20c7f60] non-existing PPS 0 referenced
       Last message repeated 1 times
    [h264 @ 0x20c7f60] decode_slice_header error
    [h264 @ 0x20c7f60] no frame!
    [rtsp @ 0x20c4720] RTP: missed 1137 packets
    [rtsp @ 0x20c4720] max delay reached. need to consume packet
    [rtsp @ 0x20c4720] RTP: missed 1125 packets
    [rtsp @ 0x20c4720] max delay reached. need to consume packet
    [rtsp @ 0x20c4720] RTP: missed 1126 packets

    Guessed Channel Layout for Input Stream #0.1 : mono
    Input #0, rtsp, from 'rtsp://admin:12345@192.168.1.3/MPEG-4/ch1/main/av_stream':
     Metadata:
       title           : HIK Media Server
       comment         : HIK Media Server Session Description : standard
     Duration: N/A, start: 0.000000, bitrate: N/A
       Stream #0:0: Video: h264 (Baseline), yuv420p, 352x288, 10 fps, 25 tbr, 90k tbn, 20 tbc
       Stream #0:1: Audio: pcm_mulaw, 8000 Hz, 1 channels, s16, 64 kb/s
    [ffm @ 0x21c0e80] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.

    Output #0, ffm, to 'http://192.168.1.105:9500/feed1.ffm':
     Metadata:
       title           : HIK Media Server
       comment         : HIK Media Server Session Description : standard
       creation_time   : now
       encoder         : Lavf57.41.100
       Stream #0:0: Video: flv1 (flv), yuv420p, 352x288, q=1-5, 100 kb/s, 10 fps, 1000k tbn, 15 tbc

       Metadata:
         encoder         : Lavc57.48.101 flv
       Side data:
         cpb: bitrate max/min/avg: 200000/0/100000 buffer size: 655360000 vbv_delay: -1

    Stream mapping:
     Stream #0:0 -> #0:0 (h264 (native) -> flv1 (flv))
    Press [q] to stop, [?] for help
    frame=    0 fps=0.0 q=0.0 size=       4kB time=00:00:00.00 bitrate=N/A speed=   frame=    0 fps=0.0 q=0.0 size=       4kB time=00:00:00.00 bitrate=N/A speed=   frame=    0 fps=0.0 q=0.0 size=       4kB time=00:00:00.00 bitrate=N/A speed=   Past duration 1.003319 too large
       Last message repeated 1 times
    Past duration 1.005333 too large
    frame=   31 fps= 15 q=31.0 size=      56kB time=00:00:02.00 bitrate= 229.4kbits/Past duration 1.005653 too large
    Past duration 1.005989 too large
    frame=   37 fps= 15 q=24.8 size=      76kB time=00:00:02.40 bitrate= 259.4kbits/Past duration 1.006660 too large
    Past duration 1.006996 too large
    frame=   46 fps= 15 q=31.0 size=      80kB time=00:00:03.00 bitrate= 218.5kbits/Past duration 1.007988 too large
    Past duration 1.008659 too large
    frame=   53 fps= 15 q=31.0 size=      96kB time=00:00:03.46 bitrate= 226.9kbits/Past duration 1.009987 too large
    Past duration 1.010323 too large
    frame=   61 fps= 15 q=24.8 size=     116kB time=00:00:04.00 bitrate= 237.6kbits/Past duration 1.010994 too large
    Past duration 1.011330 too large
    Past duration 1.011986 too large
    frame=   68 fps= 15 q=31.0 size=     120kB time=00:00:04.46 bitrate= 220.1kbits/Past duration 1.012657 too large

    [rtsp @ 0x20c4720] max delay reached. need to consume packet
    [rtsp @ 0x20c4720] RTP: missed 1114 packets
    [rtsp @ 0x20c4720] max delay reached. need to consume packet
    [rtsp @ 0x20c4720] RTP: missed 1115 packets
    Past duration 1.012993 too large
    frame=   76 fps= 15 q=31.0 size=     140kB time=00:00:05.00 bitrate= 229.4kbits/Past duration 1.013664 too large
    Past duration 1.014320 too large
    Past duration 1.014656 too large
    frame=   83 fps= 15 q=31.0 size=     144kB time=00:00:05.46 bitrate= 215.8kbits/Past duration 1.015327 too large
    [rtsp @ 0x20c4720] max delay reached. need to consume packet
    [rtsp @ 0x20c4720] RTP: missed 1103 packets
    [rtsp @ 0x20c4720] max delay reached. need to consume packet
    [rtsp @ 0x20c4720] RTP: missed 1104 packets

    Past duration 1.015999 too large
    frame=   91 fps= 15 q=31.0 size=     160kB time=00:00:06.00 bitrate= 218.5kbits/Past duration 1.016655 too large
    Past duration 1.017326 too large
    Past duration 1.017998 too large
    frame=   98 fps= 15 q=31.0 size=     180kB time=00:00:06.46 bitrate= 228.0kbits/Past duration 1.018654 too large
    [rtsp @ 0x20c4720] max delay reached. need to consume packet
    [rtsp @ 0x20c4720] RTP: missed 1092 packets
    [rtsp @ 0x20c4720] max delay reached. need to consume packet
    [rtsp @ 0x20c4720] RTP: missed 1093 packets
    Past duration 1.019325 too large
    frame=  106 fps= 15 q=31.0 size=     184kB time=00:00:07.00 bitrate= 215.3kbits/Past duration 1.019997 too large
    [rtsp @ 0x20c4720] max delay reached. need to consume packet
    [rtsp @ 0x20c4720] RTP: missed 35 packets
    Past duration 1.020653 too large
    frame=  161 fps= 15 q=31.0 size=     264kB time=00:00:10.66 bitrate= 202.8kbits/Past duration 1.032661 too large
    Past duration 1.033333 too large
    frame=  167 fps= 15 q=31.0 Lsize=     276kB time=00:00:11.06 bitrate= 204.3kbits/s dup=94 drop=0 speed=0.964x
    video:265kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 4.280833%

    I can see that with some errors, the stream starts.
    When i put the output url in my html code, there is no stream. I also tried playing the network stream in VLC and did not get anything. Can anyone please help me with that ? Any leads are also appreciated. Thank you.

    My HTML Code is :

  • ffmpeg change audio encoding and combine audio files

    7 septembre 2024, par Simon

    I asked a question about combining linear16 encoded audio files together here - Combine linear16 encoded audio files | PHP

    &#xA;

    I was suggested to use ffmpeg, I'm new with it, any suggestion how to combine LINEAR16 encoded audio files ?

    &#xA;

    ...&#xA;$client = new TextToSpeechClient();&#xA;$synthesisInputText = new SynthesisInput();&#xA;$audioConfig = new AudioConfig();&#xA;// $audioConfig->setAudioEncoding(AudioEncoding::MP3); works fine&#xA;$audioConfig->setAudioEncoding(AudioEncoding::LINEAR16);&#xA;$voice = new VoiceSelectionParams();&#xA;&#xA;$voice->setLanguageCode(&#x27;en-US&#x27;);&#xA;$voice->setName(&#x27;en-US-Neural2-A&#x27;);&#xA;&#xA;$media_total = &#x27;&#x27;;&#xA;foreach($txt_array as $k => $txt) {&#xA;&#xA;     $synthesisInputText->setText($txt);&#xA;     $response = $client->synthesizeSpeech($synthesisInputText, $voice, $audioConfig);&#xA;     $media = $response->getAudioContent();&#xA;&#xA;     $media_total .= $media; // audio is encoded linear16, and combining in this way does not work&#xA;    &#xA;// how to use ffmpeg here, to combine $media pieces, change encoding&#xA;&#xA;}&#xA;

    &#xA;

    Thanks

    &#xA;

    UPDATE

    &#xA;

    Examples of generated audio files, stored in mp3 file :&#xA;https://storage.googleapis.com/gspeech-audio-storage/gspeech_en-US:6:D:1:0_5c021edd23218122a7ce116cb297bc91_5be04f8b55b1b28025ad6eea55109e83.mp3

    &#xA;

    The audio looks like this. Seems like when making encoding as linear16, the output like the WAV format :

    &#xA;

    5249 4646 240b 0400 5741 5645 666d 7420&#xA;1000 0000 0100 0100 c05d 0000 80bb 0000&#xA;0200 1000 6461 7461 000b 0400 ffff f2ff&#xA;d6ff bcff b7ff c9ff f5ff 2900 5800 7b00&#xA;8800 8b00 8c00 8d00 9000 9400 9100 8800&#xA;7a00 6600 5400 4500 3e00 3b00 3600 3200&#xA;2800 1b00 1000 0a00 0700 0200 f8ff f5ff&#xA;f3ff f8ff ffff 0400 0300 0e00 1b00 0c00&#xA;0800 0500 1000 1500 1e00 2800 2b00 2e00&#xA;2b00 2d00 2900 3000 3300 3200 2f00 2600&#xA;1800 0b00 0200 feff f6ff f7ff f5ff f3ff&#xA;f1ff edff eaff e6ff e1ff d5ff d0ff caff&#xA;c5ff c3ff c2ff c1ff cbff ccff cbff d0ff&#xA;d9ff d7ff ddff ddff e0ff e5ff e2ff f2ff&#xA;f4ff fdff 0200 0100 0600 0a00 1000 0e00&#xA;1300 0f00 0f00 1c00 1a00 2000 2400 2500&#xA;2500 2000 1d00 1800 1300 0f00 1200 0500&#xA;fdff f1ff ecff ddff d3ff cdff b7ff c1ff&#xA;c0ff b8ff b4ff b2ff aaff a8ff a5ff abff&#xA;a6ff a0ff 9bff 91ff 8fff 8aff 86ff 83ff&#xA;84ff 8aff 83ff 78ff 70ff 65ff 66ff 6eff&#xA;71ff 70ff 6fff 69ff 5aff 54ff 4fff 5bff&#xA;5eff 64ff 6eff 68ff 68ff 6aff 6aff 65ff&#xA;71ff 63ff 5aff 54ff 4aff 4eff 56ff 58ff&#xA;66ff 6bff 66ff 66ff 70ff 75ff 6bff 7bff&#xA;71ff 76ff 8bff 98ff 8eff 95ff 9fff 92ff&#xA;93ff 98ff a2ff afff bdff baff b5ff bdff&#xA;b6ff c1ff c0ff c9ff d9ff dfff e7ff f5ff&#xA;f8ff ffff 1000 1200 1200 0a00 0a00 1100&#xA;f7ff 0900 0a00 0300 1300 0e00 1300 1900&#xA;1e00 2600 0400 1700 2000 2600 3200 2f00&#xA;2b00 1c00 2500 1d00 2800 2f00 3200 3d00&#xA;2b00 3c00 3100 4300 4900 4300 5c00 6c00&#xA;6a00 5f00 5e00 4d00 4400 4800 4900 2e00&#xA;3300 3500 3900 3e00 4800 3a00 3600 3a00&#xA;3700 3900 2d00 3800 3800 2700 2500 2000&#xA;2c00 2800 2700 3100 0f00 2100 4200 2f00&#xA;2e00 2400 2c00 2600 1900 2a00 0100 1600&#xA;1d00 2900 4100 4100 6400 5c00 5700 4800&#xA;3e00 3800 1f00 2700 3600 2400 3d00 5200&#xA;6600 6400 6200 4600 4f00 4800 2200 2000&#xA;1f00 2800 0400 2300 1700 2b00 2700 1800&#xA;0000 0000 f0ff e3ff b9ff a6ff acff a3ff&#xA;a2ff 97ff a5ff 96ff 7aff 5cff 56ff 4eff&#xA;31ff 18ff 2aff 1eff 11ff 19ff 04ff 07ff&#xA;08ff e3fe f3fe 1eff e8fe f5fe f1fe cffe&#xA;03ff e2fe 17ff 2bff 11ff 34ff 4fff 4fff&#xA;2dff 4bff 43ff 2eff 60ff 49ff 6cff acff&#xA;e9ff 0b00 5600 3e00 5000 3d00 5b00 5500&#xA;4300 2100 3500 2d00 6200 6800 4b00 5900&#xA;9a00 3a00 5d00 6e00 3200 0400 1400 f8ff&#xA;2900 3200 0700 ebff 0700 f2ff 2800 1100&#xA;1c00 3700 d7ff ddff cdff e3ff f2ff 0e00&#xA;daff 2f00 6900 8f00 a900 7900 6e00 6b00&#xA;f000 e500 7e00 ab00 de00 c700 e000 4801&#xA;3b01 5c01 1901 0701 6c01 e300 f800 4a01&#xA;2901 5a01 5f01 6701 8801 5901 1701 1e01&#xA;4901 3f01 1f01 ff00 5601 cf00 5200 0401&#xA;2e01 7001 2801 4d01 a100 df00 df00 6801&#xA;6401 a100 fa00 ba01 e300 b000 2c01 5501&#xA;b3ff 7e01 5702 3700 f300 6401 f501 3f02&#xA;9dff 98ff 8201 2cff 24fd 6b01 6bff 48ff&#xA;7301 f201 9102 a0ff 3c02 9c00 c500 3901&#xA;5d02 a500 1200 1300 bdfe d8fe 25ff 10fe&#xA;04fd a400 0300 ad01 9e04 6105 1405 ee04&#xA;fe04 8a05 4606 2f05 5702 fa02 1901 b002&#xA;4cff 8b01 9902 6a03 0d04 2e05 f202 3801&#xA;9000 d4fe 0c00 2501 56ff 41ff 31ff 98fd&#xA;d0fd a7fb 3efe 45ff 91fc c9fe 3cfd 21fc&#xA;b5fd 2bfd 7bfb 0afd 14ff f1fe 95ff 18ff&#xA;0000 50fd 59fe a000 f9ff 7a00 8100 1100&#xA;f0ff 5300 af00 1f00 3a03 e001 7703 2e03&#xA;9503 5001 8fff b400 c9ff 1602 d201 3e00&#xA;2201 9501 88ff 71ff f901 5100 4eff 1b00&#xA;7e00 aefe e6fd 24fd 27fc d2fe 47fd d5fe&#xA;befe ddfd 22ff 03fe c7fc 5dfe c2fd f2fb&#xA;aefe 45fd 63fd 16fb 82fd ecfc 5ffc 66fd&#xA;3cfe fcfd 4cfd 21fe f2fd 3bfd 0afd f8fc&#xA;74fd bafe 36fd 6bff 65fe c2fd c0fd e8fe&#xA;cbff 1dff dcff 26ff 3afe 92fd 06fd 49fe&#xA;78fb 30fe 8bff dafe bcff 37ff 50fe a3fe&#xA;69fe 7dfe 5e00 06ff 1900 4afd 93fd 09ff&#xA;0eff d5fd a900 d702 0300 a301 2903 2fff&#xA;07ff d6fd 51fe 9aff 8dff 3200 4a01 e200&#xA;cdff 5201 d501 fd01 bd00 6001 ab00 c6fd&#xA;20ff ccff c0fc 6eff c400 44ff 8001 24ff&#xA;3bff 0800 93fd 9500 bffe 9dfe c8fe dafd&#xA;5ffe 76fe e6ff 8bfe 8500 6001 73ff a200&#xA;d2fe fdfe 1bff 60ff cb00 1800 1d01 7e00&#xA;f800 c600 ec00 9e01 c101 f601 8701 ff01&#xA;fb01 d400 bc00 b300 5c00 9100 eeff 6e01&#xA;6c02 3eff b0ff 1101 7bff d8ff 9c00 6ffe&#xA;1fff aafd a0fe d8fd b5fe 5cfd 36fc 31ff&#xA;24fe 71ff 23fe 60ff 65fd 20fd 5efd 9efb&#xA;7bfe 07fc 3ffc c1fe ecfc c1fb bcfb ebfc&#xA;6afd d1fd 9cff 8dfe 82fd cffd 4dfc 53fd&#xA;6cfd 82fe a1fd 52fd f8fe 6ffd 39fd e8fc&#xA;b7fb 23fd 2dfd aefc aefc bffc 75fc f0fa&#xA;f5fc e8fd 76fe 2dfd 9afc 80fd 1bfc a8fa&#xA;36fd 35fa d8f9 31fa d1fa f8fb a2fc e7fd&#xA;52fd d0fe d9ff 2eff 97ff 41ff 23fd 22fe&#xA;73fd 88fd 78ff 9aff e2fe 0802 e203 b203&#xA;0b04 6104 9303 1903 d701 4704 b905 0903&#xA;d103 5805 3006 0706 7707 4a07 9607 e907&#xA;d606 b906 1f08 ee04 1a04 1507 3d08 ff08&#xA;ce09 740a a609 5109 ff08 fd08 a708 e507&#xA;1e08 2e07 7208 4e08 9807 3009 6808 d408&#xA;c00a 250a f308 6807 4806 5c05 0904 2206&#xA;6e06 8707 c208 3c08 8e0a 7e09 fc07 7708&#xA;d406 d205 6405 6d04 7e04 6604 7704 7005&#xA;7707 2107 1a06 9b05 ab03 5901 47fe 75fd&#xA;28fc 84fa 87fb 21fc d4fb 77f9 41f9 98f8&#xA;57f7 2bf6 7af4 64f2 7cee 29ec 05ea 9ee8&#xA;90e9 0aea d2ea b6eb efeb 77e9 e0e6 85e6&#xA;59e4 5fe4 89e6 cee8 10ea 5eeb 5aee 66ef&#xA;49f2 4cf7 3ffa 91fb befd 75fd 8ffd 32fd&#xA;9eff 0202 8806 7a07 c90d ca15 b913 5614&#xA;7a16 7e16 a515 c617 2c17 c815 8b13 ef0f&#xA;9512 4f13 0212 5313 c413 0511 5810 cf0d&#xA;f907 8704 6b01 47fd 7afb 8bfb a9f8 25f8&#xA;0ef7 acf5 1cf5 83f3 fff2 53f0 c4ed 7ceb&#xA;76eb 14e9 eee8 f8e9 cfeb 1ded 89ef dff2&#xA;fcf3 caf4 bff4 0df6 b7f6 57f7 89f9 56fc&#xA;bafe 6702 c705 2609 ee0b 480e 5610 c512&#xA;9713 1614 9015 9d16 da16 e417 ad19 831a&#xA;cb1b 541d 421e 341e 5f1d 701b 1419 c117&#xA;e615 6b15 af15 b714 6e13 fe13 3112 1d11&#xA;be0f 130c 430a 4d08 9305 0d03 4402 9cff&#xA;4ffd 1efe 9dfd 73fc 8efa 49f9 76f7 e3f3&#xA;3bf1 19f0 fded ebeb daec edec c4eb bdea&#xA;ace9 b4e7 b7e5 73e4 f8e2 f3e1 d3e0 fadf&#xA;35df 77e0 c6e1 84e2 f3e2 14e2 04e1 03df&#xA;49dc 7bdc 61db a2dc dde4 99ed fef1 1bf9&#xA;93fc 76f9 11fa 3c01 df02 ce04 2c07 f106&#xA;8f09 9b07 470a 4d0f 5213 b817 6d20 5a23&#xA;...&#xA;

    &#xA;

    And when the encoding is set to mp3, it looks like this :

    &#xA;

    fff3 84c4 0000 0000 0000 0000 0000 0000&#xA;0000 0000 0000 0000 0000 0000 0000 0000&#xA;0000 0000 0000 0000 0000 0000 0000 0000&#xA;0000 0000 0000 0000 0000 0000 0000 0000&#xA;0000 0000 0000 0000 0000 0000 0000 0000&#xA;0000 0000 0000 0000 0000 0000 0000 0000&#xA;0000 0000 0000 0000 0000 0000 0000 0000&#xA;0000 0000 0000 0000 0000 0000 0000 0000&#xA;0000 0000 0000 0000 0000 0000 0000 0000&#xA;0000 0000 0000 0000 0000 0000 0000 0000&#xA;0000 0000 0000 0000 0000 0000 0000 0000&#xA;0000 0000 0000 0000 0000 0000 0000 0000&#xA;...&#xA;

    &#xA;

    It seems like the linear16 file, which can be repeated one after another, and it works fine.

    &#xA;

    I was trying to convert audio1 format to audio2 in native php by making a byte analyze, but the result was broken, and not be readable.

    &#xA;